Gets or sets fixed data range size.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C# Copy Code |
---|
public Nullable<Double> Range { get; set; } |
Visual Basic Copy Code |
---|
Public Property Range As Nullable(Of Double) |
An optional double value. The default value is null.
This property must be set to a three-dimensional series. The first dimension specifies event order or timing and is used to sort or position segments. Second dimension specifies duration and is rendered as segment length along the main axis. Third dimension specifies a value rendered as segment width along the cross axis. You could use the stock EventSeries class as data container, or implement the Series interface to provide data from your own data structures.