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
ownerIChartNodeParent.
Properties
Alignment
Tick alignment.
public Alignment Alignment { get; set; }
Property Value
Color
Line color.
public Color Color { get; set; }
Property Value
LineLength
Line length.
public int LineLength { get; set; }
Property Value
Visible
Defines if division ticks are visible or not.
public bool Visible { get; set; }
Property Value
Methods
Construct()
Create members.
protected virtual void Construct()
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposingbooltrue if managed resources should be disposed, otherwise false.
ToString()
Convert class description to string .
public override string ToString()
Returns
- string
String.