C# Class HelixToolkit.Wpf.RangeColorAxis

Provides a color axis for a numeric value range.
Inheritance: ColorAxis
Show file Open project: litdev1/LitDev

Public Properties

Property Type Description
FormatProviderProperty System.Windows.DependencyProperty
FormatStringProperty System.Windows.DependencyProperty
MaximumProperty System.Windows.DependencyProperty
MaximumTextureCoordinateProperty System.Windows.DependencyProperty
MinimumProperty System.Windows.DependencyProperty
MinimumTextureCoordinateProperty System.Windows.DependencyProperty
StepProperty System.Windows.DependencyProperty

Protected Methods

Method Description
AddVisuals ( ) : void

Updates the visuals.

GetTickLabels ( ) : IEnumerable

Gets the tick labels.

Private Methods

Method Description
GetTickValues ( ) : IEnumerable

Gets the tick values.

Method Details

AddVisuals() protected method

Updates the visuals.
protected AddVisuals ( ) : void
return void

GetTickLabels() protected method

Gets the tick labels.
protected GetTickLabels ( ) : IEnumerable
return IEnumerable

Property Details

FormatProviderProperty public static property

Identifies the FormatProvider dependency property.
public static DependencyProperty,System.Windows FormatProviderProperty
return System.Windows.DependencyProperty

FormatStringProperty public static property

Identifies the FormatString dependency property.
public static DependencyProperty,System.Windows FormatStringProperty
return System.Windows.DependencyProperty

MaximumProperty public static property

Identifies the Maximum dependency property.
public static DependencyProperty,System.Windows MaximumProperty
return System.Windows.DependencyProperty

MaximumTextureCoordinateProperty public static property

Identifies the MaximumTextureCoordinate dependency property.
public static DependencyProperty,System.Windows MaximumTextureCoordinateProperty
return System.Windows.DependencyProperty

MinimumProperty public static property

Identifies the Minimum dependency property.
public static DependencyProperty,System.Windows MinimumProperty
return System.Windows.DependencyProperty

MinimumTextureCoordinateProperty public static property

Identifies the MinimumTextureCoordinate dependency property.
public static DependencyProperty,System.Windows MinimumTextureCoordinateProperty
return System.Windows.DependencyProperty

StepProperty public static property

Identifies the Step dependency property.
public static DependencyProperty,System.Windows StepProperty
return System.Windows.DependencyProperty