Enum ChartCustomPointType
Specifies the options for how to position a custom point on the chart.
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public enum ChartCustomPointType
Fields
Name | Description |
---|---|
ChartCoordinates | Coordinates of the custom point are taken as a percentage of the chart area. |
Percent | Coordinates of the custom point are taken as a percentage of the chart area. |
Pixel | Coordinates of the custom point are taken to be in pixels. |
PointFollow | The custom point will follow the regular point of any series it is assigned to. |