MindFusion.Charting Programmer's Guide

AxisSettings.DrawZero Property

See Also
 





Gets or sets whether the zero label is drawn.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public bool DrawZero { get; set; }

Visual Basic  Copy Code

Public Property DrawZero As Boolean

 Property Value

true if the zero label is drawn; otherwise false. Default is false.

 Remarks

The appearance settings for the zero label are the same as those of the other axes labels. 

The zero label in axes that show DateTime values is not the number 0 but the StartDateTime, if set, or its automatically calculated value.

 See Also