Table of Contents

Class AxisTickStyleRound

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

Axis tick style class for round views.

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

Constructors

AxisTickStyleRound()

Constructor for Form designer list editor.

public AxisTickStyleRound()

AxisTickStyleRound(IChartNode)

Constructor.

public AxisTickStyleRound(IChartNode owner)

Parameters

owner IChartNode

Parent.

Properties

TickMarkWidth

Tick mark width.

public int TickMarkWidth { get; set; }

Property Value

int