ChartAxisYMaxValue Property |
Specifies the max value of the axis range.
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 MaxValue { get; set; }
<PersistenceModeAttribute(PersistenceMode.Attribute)>
Public Overrides Property MaxValue As Double
Get
Set
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
virtual property double MaxValue {
double get () override;
void set (double value) override;
}
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
abstract MaxValue : float with get, set
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
override MaxValue : float with get, set
Property Value
Type:
Double
See Also