Class
ChartViewAxisTick

Represents the ChartViewAxisTick class

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public class ChartViewAxisTick

Inheritance: objectChartViewAxisTick

Constructors

ChartViewAxisTick(Rectangle)

Represents the ChartViewAxisTick class

Declaration

cs-api-definition
public ChartViewAxisTick(Rectangle tick)

Parameters

tick

Rectangle

Properties

CanvasLeft

Get the tick CanvasLeft

Declaration

cs-api-definition
public double CanvasLeft { get; }

Property Value

double

CanvasTop

Get the tick CanvasTop

Declaration

cs-api-definition
public double CanvasTop { get; }

Property Value

double

Tick

Get and Set the tick

Declaration

cs-api-definition
public Rectangle Tick { get; }

Property Value

Rectangle

TickColor

Get the tick color

Declaration

cs-api-definition
public Color TickColor { get; }

Property Value

Color

TickHeight

Get the tick height

Declaration

cs-api-definition
public double TickHeight { get; }

Property Value

double

TickStrokeThickness

Get the tick stroke thickness

Declaration

cs-api-definition
public double TickStrokeThickness { get; }

Property Value

double

TickWidth

Get the tick width

Declaration

cs-api-definition
public double TickWidth { get; }

Property Value

double