AutoRange
Definition
Namespace:Telerik.Windows.Controls.BulletGraph
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class AutoRange
Inheritance: objectAutoRange
Constructors
Initializes a new instance of the AutoRange class.
Properties
Gets the actual max.
public double ActualMaxValue { get; }
The actual max.
Gets the actual min.
public double ActualMinValue { get; }
The actual min.
Gets the actual step.
public double ActualStep { get; }
The actual step.
Gets a value indicating whether the zero is contained within the range.
public bool ContainsZero { get; }
If it contains zero true; otherwise, false.
Gets the data max value.
public double DataMaxValue { get; }
The data max value.
Gets the data min value.
public double DataMinValue { get; }
The data min value.
Gets or sets the interval count.
public int IntervalCount { get; }
The interval count.
Gets or sets a value indicating whether this instance is zero based.
public bool IsZeroBased { get; set; }
true if this instance is zero based; otherwise, false.
Gets or sets a value indicating whether the min value should be rounded.
public bool ShouldRoundMinValue { get; set; }
If the min value should be rounded - true; otherwise, false.
Gets or sets the user max value.
public double UserMaxValue { get; set; }
The user max value.
Gets or sets the user min value.
public double UserMinValue { get; set; }
The user min value.
Methods
Calculates the max value.
Calculates the min value.
Calculates the step.
Returns a hash code for this instance.
public override int GetHashCode()
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Overrides:
Updates the range.
protected virtual void UpdateRange()