ComponentOne WebChart for ASP.NET (2.0) Search HelpCentral 

PointStyleSelectionEnum Enumeration

Use the members of this enumeration to set the value of the PointStyle.Selection property in the PointStyle class.

[Visual Basic]

Public Enum PointStyleSelectionEnum

[C#]

public enum PointStyleSelectionEnum

[Delphi]

type PointStyleSelectionEnum = (Custom, DataMaxX, DataMaxY, DataMinX, DataMinY, Index, SeriesMaxX, SeriesMaxY, SeriesMinX, SeriesMinY);

Namespace: C1.Win.C1Chart

Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Members

Member name

Description

Custom

PointStyle is selected in user-defined Select event handler.

DataMaxX

PointStyle applies to data point with maximum x value among all data series of the ChartData.

DataMaxY

PointStyle applies to data point with maximum y value among all data series of the ChartData.

DataMinX

PointStyle applies to data point with minimum x value among all data series of the ChartData.

DataMinY

PointStyle applies to data point with minimum y value among all data series of the ChartData.

Index

PointStyle applies to data point that is defined by PointIndex and SeriesIndex

SeriesMaxX

PointStyle applies to data point with maximum x value of data series that is defined by SeriesIndex property of PointStyle.

SeriesMaxY

PointStyle applies to data point with maximum y value of data series that is defined by SeriesIndex property of PointStyle.

SeriesMinX

PointStyle applies to data point with minumum x value of data series that is defined by SeriesIndex property of PointStyle.

SeriesMinY

PointStyle applies to data point with minumum y value of data series that is defined by SeriesIndex property of PointStyle.

See Also

C1.Win.C1Chart Namespace


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