ChartAxisIsFromZero Property |
Specifies whether the axis begins from 0.
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[PersistenceModeAttribute(PersistenceMode.Attribute)]
public bool IsFromZero { get; set; }
<PersistenceModeAttribute(PersistenceMode.Attribute)>
Public Property IsFromZero As Boolean
Get
Set
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
property bool IsFromZero {
bool get ();
void set (bool value);
}
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member IsFromZero : bool with get, set
Property Value
Type:
Boolean
See Also