Gets or sets whether the zero label is drawn.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public bool DrawZero { get; set; } |
Visual Basic
![]() |
---|
Public Property DrawZero As Boolean |
true if the zero label is drawn; otherwise false. Default is false.
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.