Class RVChartSettings

Inheritance
System.Object
RVChartSettings
Namespace: Reveal.Sdk
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public class RVChartSettings : Object

Constructors

RVChartSettings()

Declaration
public RVChartSettings()

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>