Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
C#
public class DateTimeCategoricalAxis : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlDateTimeCategoricalAxis...
Implements:
Inherited Members
Constructors
C#
public DateTimeCategoricalAxis()
Properties
C#
public Color AxisLineColor { get; }
C#
public string AxisLineColorValue { get; }
C#
public double AxisLineStrokeThickness { get; }
C#
public IList<ChartViewAxisLabel> Labels { get; }
C#
public int LabelsCount { get; }
C#
public PanZoomBar PanZoomBar { get; }
C#
public IList<ChartViewAxisTick> Ticks { get; }
C#
public int TicksCount { get; }
C#
public ChartViewContentPresenter TitlePresenter { get; }
C#
public IList<ChartViewAxisLabel> VisibleLabels { get; }
C#
public int VisibleLabelsCount { get; }
C#
public IList<ChartViewAxisTick> VisibleTicks { get; }
C#
public int VisibleTicksCount { get; }
Methods
C#
public override void AssignReference(AutomationReference reference)
Overrides: