Represents external DataPoint attributes valid for a specific Gallery or several Gallerys.

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

Syntax

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

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

Inheritance Hierarchy

System..::.Object
  Nasosoft.Chart.Drawing..::.PointAttributes
    Nasosoft.Chart.Drawing..::.DataPoint
    Nasosoft.Chart.Drawing..::.SeriesAttributes

See Also