Table of Contents

Class AxisTickStyle

Namespace
LightningChartLib.WinForms.Charting.Axes
Assembly
LightningChart.WinForms.Charting.NET4.dll

Axis tick style class.

[TypeConverter(typeof(ExpandableObjectConverter))]
public class AxisTickStyle : ChartNode, IChartNode, IDisposable
Inheritance
AxisTickStyle
Implements
Derived
Inherited Members

Constructors

AxisTickStyle()

Constructor for Form designer list editor.

public AxisTickStyle()

AxisTickStyle(IChartNode)

Constructor.

public AxisTickStyle(IChartNode owner)

Parameters

owner IChartNode

Parent.

Properties

Alignment

Tick alignment.

public Alignment Alignment { get; set; }

Property Value

Alignment

Color

Line color.

public Color Color { get; set; }

Property Value

Color

LineLength

Line length.

public int LineLength { get; set; }

Property Value

int

Visible

Defines if division ticks are visible or not.

public bool Visible { get; set; }

Property Value

bool

Methods

Construct()

Create members.

protected virtual void Construct()

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

true if managed resources should be disposed, otherwise false.

ToString()

Convert class description to string .

public override string ToString()

Returns

string

String.