Click or drag to resize

AxisTickStyleRound Class

LightningChart .NET Help
Axis tick style class for round views.
Inheritance Hierarchy
DependencyObject
  LightningChartLib.UWP.ChartingMVVMChartNode
    LightningChartLib.UWP.ChartingMVVM.AxesAxisTickStyle
      LightningChartLib.UWP.ChartingMVVM.AxesAxisTickStyleRound

Namespace: LightningChartLib.UWP.ChartingMVVM.Axes
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public class AxisTickStyleRound : AxisTickStyle

The AxisTickStyleRound type exposes the following members.

Constructors
 NameDescription
Public methodAxisTickStyleRound Constructor for Form designer list editor.
Public methodAxisTickStyleRound(IChartNode) Constructor.
Top
Properties
 NameDescription
Public propertyAlignment Gets or sets alignment. This is a dependency property.
(Inherited from AxisTickStyle)
Public propertyColor Gets or sets line color. This is a dependency property.
(Inherited from AxisTickStyle)
Public propertyLineLength Gets or sets line length. This is a dependency property.
(Inherited from AxisTickStyle)
Public propertyTickMarkWidth Gets or sets tick mark width. This is a dependency property.
Public propertyVisible Gets or sets division ticks visibility. This is a dependency property.
(Inherited from AxisTickStyle)
Top
Methods
 NameDescription
Public methodDispose Release all resources used by this instance.
(Inherited from ChartNode)
Public methodToString Convert class description to string .
(Inherited from AxisTickStyle)
Top
Events
 NameDescription
Public eventValueChangedInternallyEvent Value has changed internally by chart or by user manipulation of chart object.
(Inherited from ChartNode)
Top
Fields
 NameDescription
Public fieldStatic memberTickMarkWidthProperty Identifies the TickMarkWidth dependency property.
Top
See Also