Class
VerticalDataAxisTick

A class representing a vertical axis tick. This class is intended to be used within the VerticalDataAxisTicksControl.

Definition

Namespace:Telerik.Windows.Controls.DataBars

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public sealed class VerticalDataAxisTick : DataAxisTickBase

Inheritance: objectDataAxisTickBaseVerticalDataAxisTick

Inherited Members DataAxisTickBase.TickLengthPropertyDataAxisTickBase.StrokePropertyDataAxisTickBase.OnApplyTemplate()DataAxisTickBase.TickLengthDataAxisTickBase.Stroke

Constructors

VerticalDataAxisTick()

Declaration

cs-api-definition
public VerticalDataAxisTick()

Methods

OnInitialized(EventArgs)

Raises the event. This method is invoked whenever is set to true internally.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.