Intersoft ClientUI Documentation
Maximum Property (NumericAxis)



Gets or sets the maximum value plotted on the axis.
Syntax
<TypeConverterAttribute("Intersoft.Client.UI.DataVisualization.NullableConverter`1[[System.Double, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], Intersoft.Client.UI.DataVisualization, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")>
Public Property Maximum As Nullable(Of Double)
Dim instance As NumericAxis
Dim value As Nullable(Of Double)
 
instance.Maximum = value
 
value = instance.Maximum
[TypeConverterAttribute("Intersoft.Client.UI.DataVisualization.NullableConverter`1[[System.Double, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], Intersoft.Client.UI.DataVisualization, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public Nullable<double> Maximum {get; set;}
[TypeConverterAttribute("Intersoft.Client.UI.DataVisualization.NullableConverter`1[[System.Double, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], Intersoft.Client.UI.DataVisualization, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public:
property Nullable<double> Maximum {
   Nullable<double> get();
   void set (    Nullable<double> value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NumericAxis Class
NumericAxis Members

Send Feedback