ChartAxisSegmentMaxValue Property |
The maximum segment value at the axis
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 double MaxValue { get; set; }
<PersistenceModeAttribute(PersistenceMode.Attribute)>
Public Property MaxValue As Double
Get
Set
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
property double MaxValue {
double get ();
void set (double value);
}
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member MaxValue : float with get, set
Property Value
Type:
Double
See Also