Table of Contents

Class RangeColorAxis

Namespace
HelixToolkit.Wpf
Assembly
HelixToolkit.Wpf.dll

Provides a color axis for a numeric value range.

public class RangeColorAxis : ColorAxis, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
Inheritance
RangeColorAxis
Implements
Inherited Members
Extension Methods

Fields

FormatProviderProperty

Identifies the FormatProvider dependency property.

public static readonly DependencyProperty FormatProviderProperty

Field Value

DependencyProperty

FormatStringProperty

Identifies the FormatString dependency property.

public static readonly DependencyProperty FormatStringProperty

Field Value

DependencyProperty

MaximumProperty

Identifies the Maximum dependency property.

public static readonly DependencyProperty MaximumProperty

Field Value

DependencyProperty

MaximumTextureCoordinateProperty

Identifies the MaximumTextureCoordinate dependency property.

public static readonly DependencyProperty MaximumTextureCoordinateProperty

Field Value

DependencyProperty

MinimumProperty

Identifies the Minimum dependency property.

public static readonly DependencyProperty MinimumProperty

Field Value

DependencyProperty

MinimumTextureCoordinateProperty

Identifies the MinimumTextureCoordinate dependency property.

public static readonly DependencyProperty MinimumTextureCoordinateProperty

Field Value

DependencyProperty

StepProperty

Identifies the Step dependency property.

public static readonly DependencyProperty StepProperty

Field Value

DependencyProperty

Properties

FormatProvider

Gets or sets the format provider.

public IFormatProvider FormatProvider { get; set; }

Property Value

IFormatProvider

The format provider.

FormatString

Gets or sets the format string.

public string FormatString { get; set; }

Property Value

string

The format string.

Maximum

Gets or sets the maximum.

public double Maximum { get; set; }

Property Value

double

The maximum.

MaximumTextureCoordinate

Gets or sets the maximum texture coordinate.

public double MaximumTextureCoordinate { get; set; }

Property Value

double

The maximum texture coordinate.

Minimum

Gets or sets the minimum.

public double Minimum { get; set; }

Property Value

double

The minimum.

MinimumTextureCoordinate

Gets or sets the minimum texture coordinate.

public double MinimumTextureCoordinate { get; set; }

Property Value

double

The minimum texture coordinate.

Step

Gets or sets the step.

public double Step { get; set; }

Property Value

double

The step.

Methods

AddVisuals()

Updates the visuals.

protected override void AddVisuals()

GetTickLabels()

Gets the tick labels.

protected override IEnumerable<string> GetTickLabels()

Returns

IEnumerable<string>

The labels.