C# Class HelixToolkit.Wpf.RangeColorAxis

Provides a color axis for a numeric value range.
Inheritance: ColorAxis
Afficher le fichier Open project: litdev1/LitDev

Méthodes publiques

Свойство 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

Méthodes protégées

Méthode Description
AddVisuals ( ) : void

Updates the visuals.

GetTickLabels ( ) : IEnumerable

Gets the tick labels.

Private Methods

Méthode Description
GetTickValues ( ) : IEnumerable

Gets the tick values.

Method Details

AddVisuals() protected méthode

Updates the visuals.
protected AddVisuals ( ) : void
Résultat void

GetTickLabels() protected méthode

Gets the tick labels.
protected GetTickLabels ( ) : IEnumerable
Résultat IEnumerable

Property Details

FormatProviderProperty public_oe static_oe property

Identifies the FormatProvider dependency property.
public static DependencyProperty,System.Windows FormatProviderProperty
Résultat System.Windows.DependencyProperty

FormatStringProperty public_oe static_oe property

Identifies the FormatString dependency property.
public static DependencyProperty,System.Windows FormatStringProperty
Résultat System.Windows.DependencyProperty

MaximumProperty public_oe static_oe property

Identifies the Maximum dependency property.
public static DependencyProperty,System.Windows MaximumProperty
Résultat System.Windows.DependencyProperty

MaximumTextureCoordinateProperty public_oe static_oe property

Identifies the MaximumTextureCoordinate dependency property.
public static DependencyProperty,System.Windows MaximumTextureCoordinateProperty
Résultat System.Windows.DependencyProperty

MinimumProperty public_oe static_oe property

Identifies the Minimum dependency property.
public static DependencyProperty,System.Windows MinimumProperty
Résultat System.Windows.DependencyProperty

MinimumTextureCoordinateProperty public_oe static_oe property

Identifies the MinimumTextureCoordinate dependency property.
public static DependencyProperty,System.Windows MinimumTextureCoordinateProperty
Résultat System.Windows.DependencyProperty

StepProperty public_oe static_oe property

Identifies the Step dependency property.
public static DependencyProperty,System.Windows StepProperty
Résultat System.Windows.DependencyProperty