Class RVChartSettings
Inheritance
System.Object
RVChartSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Reveal.Sdk
Assembly: Reveal.UI.Sdk.dll
Syntax
public class RVChartSettings
Constructors
RVChartSettings()
Declaration
public RVChartSettings()
Properties
LeftAxisMaxValue
Declaration
public double? LeftAxisMaxValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
LeftAxisMinValue
Declaration
public double? LeftAxisMinValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
RightAxisMaxValue
Declaration
public double? RightAxisMaxValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
RightAxisMinValue
Declaration
public double? RightAxisMinValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |