ClassDateTimeContinuousAxis
Represents the DateTimeContinuousAxis for RadCartesianChart Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class DateTimeContinuousAxis : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlDateTimeContinuousAxis
Implements:
Inherited Members
Constructors
DateTimeContinuousAxis()
Initializes a new instance of the DateTimeContinuousAxis class.
Declaration
public DateTimeContinuousAxis()
Properties
AxisLineColor
Get the axis line color.
AxisLineColorValue
Get the selected color RGB representation. Example: '255:0:0'.
AxisLineStrokeThickness
Get the axisLine StrokeThickness.
Labels
Get the list of Labels.
Declaration
public IList<ChartViewAxisLabel> Labels { get; }
Property Value
LabelsCount
Get the labels count.
PanZoomBar
Get the PanZoomBar
Ticks
Get the list of Ticks.
Declaration
public IList<ChartViewAxisTick> Ticks { get; }
Property Value
TicksCount
Get the ticks count.
TitlePresenter
Get the title presenter.
Declaration
public ChartViewContentPresenter TitlePresenter { get; }
Property Value
VisibleLabels
Get the list of all visible Labels.
Declaration
public IList<ChartViewAxisLabel> VisibleLabels { get; }
Property Value
VisibleLabelsCount
Get the visible labels count.
VisibleTicks
Get the list of visible Ticks.
Declaration
public IList<ChartViewAxisTick> VisibleTicks { get; }
Property Value
VisibleTicksCount
Get the visible ticks count.
X1Value
Get the X1 value.
X2Value
Get the X2 value.
XamlTag
Get the xaml tag of DateTimeContinuousAxis.
Declaration
public override string XamlTag { get; }
Property Value
Overrides
Y1Value
Get the Y1 value.
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides