Click or drag to resize

AxisTickStyleRound Class

LightningChart .NET Help
Axis tick style class for round views.
Inheritance Hierarchy

Namespace:  Arction.WinForms.Charting.Axes
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public class AxisTickStyleRound : AxisTickStyle

The AxisTickStyleRound type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAlignment
Tick alignment.
(Inherited from AxisTickStyle.)
Public propertyColor
Line color.
(Inherited from AxisTickStyle.)
Public propertyLineLength
Line length.
(Inherited from AxisTickStyle.)
Public propertyTickMarkWidth
Tick mark width.
Public propertyVisible
Defines if division ticks are visible or not.
(Inherited from AxisTickStyle.)
Top
Methods
  NameDescription
Public methodDispose
Release all resources used by this instance.
(Inherited from ChartNode.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Convert class description to string .
(Inherited from AxisTickStyle.)
Top
See Also