Class ChartCustomPointType
Specifies the options for how to position a custom point on the chart.
Inheritance
System.Object
ChartCustomPointType
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartCustomPointType : Enum
Fields
ChartCoordinates
Coordinates of the custom point are taken as a percentage of the chart area.
Declaration
public const ChartCustomPointType ChartCoordinates
Field Value
| Type |
|---|
| ChartCustomPointType |
Percent
Coordinates of the custom point are taken as a percentage of the chart area.
Declaration
public const ChartCustomPointType Percent
Field Value
| Type |
|---|
| ChartCustomPointType |
Pixel
Coordinates of the custom point are taken to be in pixels.
Declaration
public const ChartCustomPointType Pixel
Field Value
| Type |
|---|
| ChartCustomPointType |
PointFollow
The custom point will follow the regular point of any series it is assigned to.
Declaration
public const ChartCustomPointType PointFollow
Field Value
| Type |
|---|
| ChartCustomPointType |