C# Class HelixToolkit.Wpf.RangeColorAxis

Provides a color axis for a numeric value range.
Inheritance: ColorAxis
ファイルを表示 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_oe static_oe property

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

FormatStringProperty public_oe static_oe property

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

MaximumProperty public_oe static_oe property

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

MaximumTextureCoordinateProperty public_oe static_oe property

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

MinimumProperty public_oe static_oe property

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

MinimumTextureCoordinateProperty public_oe static_oe property

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

StepProperty public_oe static_oe property

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