[]
        
(Showing Draft Content)

C1.Win.Chart.Annotation.AnnotationLayer.DrawOnTop

DrawOnTop Property

DrawOnTop

Gets or sets the value which indicates whether to draw annotaions on the top of the chart.

Declaration
[C1Description("Annotation.AnnotationLayer.DrawOnTop", "Gets or sets a value which indicates whether to draw annotaions on the top of the chart.")]
public bool DrawOnTop { get; set; }
<C1Description("Annotation.AnnotationLayer.DrawOnTop", "Gets or sets a value which indicates whether to draw annotaions on the top of the chart.")>
Public Property DrawOnTop As Boolean
Remarks

Default value is true and the annotations are rendered on the top of the chart. If false, the annotations are drawn behind the chart, over the chart's background.