Property | Type | Description | |
---|---|---|---|
ActualIntervalProperty | |||
IntervalProperty |
Method | Description | |
---|---|---|
LinearAxis ( ) : System |
Instantiates a new instance of the LinearAxis class.
|
Method | Description | |
---|---|---|
CalculateActualInterval ( |
Returns the actual interval to use to determine which values are displayed in the axis.
|
|
GetLabelValues ( |
Returns a sequence of values to plot on the axis.
|
|
GetMajorTickMarkValues ( |
Returns a sequence of values to create major tick marks for.
|
|
GetPlotAreaCoordinate ( object value, Range |
Returns the plot area coordinate of a value.
|
|
GetPlotAreaCoordinate ( object value, double length ) : |
Returns the plot area coordinate of a value.
|
|
GetValueAtPosition ( |
Returns the value range given a plot area coordinate.
|
|
OnActualRangeChanged ( Range |
Updates ActualDoubleRange when ActualRange changes.
|
|
OverrideDataRange ( Range |
Overrides the actual range to ensure that it is never set to an empty range.
|
Method | Description | |
---|---|---|
AlignToInterval ( double value, double interval ) : double |
Aligns a value to the provided interval value. The aligned value should always be smaller than or equal to than the provided value.
|
|
GetMajorValues ( |
Returns a sequence of major axis values.
|
|
GetPlotAreaCoordinate ( object value, Range |
Returns the plot area coordinate of a value.
|
|
LengthToRange ( double midPoint, double length ) : Range |
Function that uses the mid point of all the data values in the value margins to convert a length into a range of data with the mid point as the center of that range.
|
|
OnIntervalPropertyChanged ( ) : void |
IntervalProperty property changed handler.
|
|
OnIntervalPropertyChanged ( |
IntervalProperty property changed handler.
|
protected CalculateActualInterval ( |
||
availableSize | The available size. | |
return | double |
protected GetLabelValues ( |
||
availableSize | The available size. | |
return | IEnumerable |
protected GetMajorTickMarkValues ( |
||
availableSize | The available size. | |
return | IEnumerable |
protected GetPlotAreaCoordinate ( object value, Range |
||
value | object | The value to plot. |
currentRange | Range |
The range of values. |
length | double | The length of axis. |
return |
protected GetPlotAreaCoordinate ( object value, double length ) : |
||
value | object | The value to plot. |
length | double | The length of axis. |
return |
protected GetValueAtPosition ( |
||
value | The plot area position. | |
return | IComparable |
protected OnActualRangeChanged ( Range |
||
range | Range |
New ActualRange value. |
return | void |
protected OverrideDataRange ( Range |
||
range | Range |
The range to override. |
return | Range |
public static DependencyProperty,Windows.UI.Xaml ActualIntervalProperty | ||
return |