Enum ChartStripLineZorder
Specifies the rendering order of a chart's strip line relative to the chart elements.
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public enum ChartStripLineZorder
Fields
| Name | Description |
|---|---|
| Behind | The StripLine will be rendered behind chart. |
| Over | The StripLine will be rendered over chart. |