C# Class HelixToolkit.Wpf.CategorizedColorAxis

Provides a color axis for categories.
Inheritance: ColorAxis
显示文件 Open project: litdev1/LitDev

Public Properties

Property Type Description
CategoriesProperty System.Windows.DependencyProperty

Protected Methods

Method Description
AddVisuals ( ) : void

Updates the visuals.

GetTickLabels ( ) : IEnumerable

Gets the tick labels.

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

CategoriesProperty public_oe static_oe property

Identifies the Categories dependency property.
public static DependencyProperty,System.Windows CategoriesProperty
return System.Windows.DependencyProperty