Provides access to the PointAttributes object, which allows you to configure how the labelling is rendered by the chart.

Namespace:  Nasosoft.Chart.Drawing
Assembly:  Nasosoft.Chart.Drawing (in Nasosoft.Chart.Drawing.dll)

Syntax

Visual Basic (Declaration)
Public Class PointLabelAttributes
C#
public class PointLabelAttributes
Visual C++
public ref class PointLabelAttributes
JavaScript
Nasosoft.Chart.Drawing.PointLabelAttributes = function();

Type.createClass(
	'Nasosoft.Chart.Drawing.PointLabelAttributes');

Inheritance Hierarchy

System..::.Object
  Nasosoft.Chart.Drawing..::.PointLabelAttributes

See Also