Class CategorizedColorAxis
- Namespace
- HelixToolkit.Wpf
- Assembly
- HelixToolkit.Wpf.dll
Provides a color axis for categories.
public class CategorizedColorAxis : ColorAxis, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
- Inheritance
-
CategorizedColorAxis
- Implements
- Inherited Members
- Extension Methods
Fields
CategoriesProperty
Identifies the Categories dependency property.
public static readonly DependencyProperty CategoriesProperty
Field Value
Properties
Categories
Gets or sets the categories.
public IList<string> Categories { get; set; }
Property Value
Methods
AddVisuals()
Updates the visuals.
protected override void AddVisuals()
GetTickLabels()
Gets the tick labels.
protected override IEnumerable<string> GetTickLabels()
Returns
- IEnumerable<string>
The labels.