ComponentOne WebChart for ASP.NET (2.0) Search HelpCentral 

PointStyle.PointIndex Property

Gets or sets the data point index of the PointStyle. Used in conjunction with the SeriesIndex property value, the PointIndex property value indicates the specific data point to which the PointStyle applies.

[Visual Basic]

Public Property PointIndex As Integer

[C#]

public int PointIndex {get;set;}

[Delphi]

public property PointIndex: Int32 read get_PointIndex write set_PointIndex;

Remarks

Useful only when Selection is PointStyleSelectionEnum.Index.

See Also

PointStyle Class | PointStyle Members | C1.Win.C1Chart Namespace | PointStyle Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.