Class RVChartSettings
Inheritance
System.Object
RVChartSettings
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public class RVChartSettings : Object
Constructors
RVChartSettings()
Declaration
Properties
LeftAxisMaxValue
Declaration
public Nullable<double> LeftAxisMaxValue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
LeftAxisMinValue
Declaration
public Nullable<double> LeftAxisMinValue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
RightAxisMaxValue
Declaration
public Nullable<double> RightAxisMaxValue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
RightAxisMinValue
Declaration
public Nullable<double> RightAxisMinValue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|