MindFusion.Charting Programmer's Guide

AxisSettings.LabelAtTheAxis Property

See Also
 





Gets or sets whether labels are drawn at the axis or outside the plot area.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public bool LabelAtTheAxis { get; set; }

Visual Basic  Copy Code

Public Property LabelAtTheAxis As Boolean

 Property Value

A bool value. Default is true.

 Remarks

The property is useful in charts that use both negative and positive values. It helps avoid drawing of labels in the center of the chart, over the graphics.

When LabelAtTheAxis is true, axis labels are drawn at the chart axis. When set to false, they are drawn outside the plot area.

 See Also