StructRange
Struct
Represents a struct, which defines a set of two values - High, Low.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
cs-api-definition
public struct Range
Inherited Members
Constructors
Range(double, double)
Initializes a new instance of the Range structure.
Properties
High
Gets or sets the high value.
Declaration
cs-api-definition
public double High { readonly get; set; }
Property Value
The high value.
Methods
Operators
operator !=(Range, Range)
Implements the operator !=.