Specifies the step at which axis values are calculated
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 override double Step { get; set; }
<PersistenceModeAttribute(PersistenceMode.Attribute)>
Public Overrides Property Step As Double
Get
Set
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
virtual property double Step {
double get () override;
void set (double value) override;
}
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
abstract Step : float with get, set
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
override Step : float with get, set
Property Value
Type:
Double
See Also