AxesOnTop Property (FlexChart)
In This Topic
Gets or sets a value indicating whether the chart axes are drawing on the top of data.
Syntax
'Declaration
<C1DescriptionAttribute("FlexChart.AxesOnTop", "Gets or sets a value indicating whether the chart axes are drawing on the top of data.")>
<DefaultValueAttribute(False)>
Public Property AxesOnTop As Boolean
[C1Description("FlexChart.AxesOnTop", "Gets or sets a value indicating whether the chart axes are drawing on the top of data.")]
[DefaultValue(false)]
public bool AxesOnTop {get; set;}
See Also