XYPercentageAxis Class
Represents an axis for data displayed as stacked in percentage mode.
public class XYPercentageAxis : XYAxisBase
- Inheritance:
- object Visual UIElement FrameworkElement Control XYAxisBase object
Constructors
XYPercentageAxis()
Initializes an instance of the class.
public XYPercentageAxis()
Properties
LabelFunc
The function used to determine axis labels. When set, LabelFormat will be ignored. The first parameter of the function will be the value of the axis point represented by the label. In the case of XYPercentageAxis, it will be a percentage value between 0.0 and 1.0.
TickMajorInterval
The interval at which to display major ticks.
TickMinorInterval
The interval at which to display minor ticks.
Fields
LabelFuncProperty
Defines the LabelFunc property.
public static readonly DependencyProperty LabelFuncProperty
TickMajorIntervalProperty
Defines the TickMajorInterval property.
public static readonly DependencyProperty TickMajorIntervalProperty
TickMinorIntervalProperty
Defines the TickMinorInterval property.
public static readonly DependencyProperty TickMinorIntervalProperty
Inherited Members
- XYAxisBase.AreLabelsVisibleProperty
- XYAxisBase.BarGroupSpacingProperty
- XYAxisBase.BarSpacingProperty
- XYAxisBase.AreMajorTicksVisibleProperty
- XYAxisBase.AreMinorTicksVisibleProperty
- XYAxisBase.LabelAngleProperty
- XYAxisBase.LabelFormatProperty
- XYAxisBase.LabelStyleProperty
- XYAxisBase.PositionProperty
- XYAxisBase.TickMajorStyleProperty
- XYAxisBase.TickMinorStyleProperty
- XYAxisBase.TitleProperty
- XYAxisBase.TitleStyleProperty
- XYAxisBase.UseDisplayOptimizationsProperty
- XYAxisBase.OnPropertyChanged(DependencyObject, DependencyPropertyChangedEventArgs)
- XYAxisBase.OnApplyTemplate()
- XYAxisBase.AreLabelsVisible
- XYAxisBase.AxisType
- XYAxisBase.BarGroupSpacing
- XYAxisBase.BarSpacing
- XYAxisBase.AreMajorTicksVisible
- XYAxisBase.AreMinorTicksVisible
- XYAxisBase.LabelAngle
- XYAxisBase.LabelFormat
- XYAxisBase.LabelStyle
- XYAxisBase.Position
- XYAxisBase.Ranges
- XYAxisBase.TickMajorStyle
- XYAxisBase.TickMinorStyle
- XYAxisBase.Title
- XYAxisBase.TitleStyle
- XYAxisBase.UseDisplayOptimizations
- XYAxisBase.Refreshed