IncludeZero Property (ChartAxis)
In This Topic
Gets or sets a value indicating whether the axis should always include zero. Ignored if Minimum is set.
Default: True.
Syntax
'Declaration
Public Property IncludeZero As RdlBool
public RdlBool IncludeZero {get; set;}
See Also