Class ChartPaintFlags
Specifies flags that control the elements painting.
Inheritance
System.Object
ChartPaintFlags
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartPaintFlags : Enum
Fields
All
All elements will be painted.
Declaration
public const ChartPaintFlags All
Field Value
| Type |
|---|
| ChartPaintFlags |
Axes
Indicates visibility of axes.
Declaration
public const ChartPaintFlags Axes
Field Value
| Type |
|---|
| ChartPaintFlags |
Background
Indicates visibility of background.
Declaration
public const ChartPaintFlags Background
Field Value
| Type |
|---|
| ChartPaintFlags |
Border
Indicates visibility of border.
Declaration
public const ChartPaintFlags Border
Field Value
| Type |
|---|
| ChartPaintFlags |
InteractiveCursors
Indicates visibility of interactive cursors.
Declaration
public const ChartPaintFlags InteractiveCursors
Field Value
| Type |
|---|
| ChartPaintFlags |