Click or drag to resize

AxisTickStyle Class

LightningChart .NET Help
Axis tick style class.
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 AxisTickStyle : ChartNode

The AxisTickStyle type exposes the following members.

Constructors
 NameDescription
Public methodAxisTickStyle Constructor for Form designer list editor.
Public methodAxisTickStyle(IChartNode) Constructor.
Top
Properties
 NameDescription
Public propertyAlignment Gets or sets alignment. This is a dependency property.
Public propertyColor Gets or sets line color. This is a dependency property.
Public propertyLineLength Gets or sets line length. This is a dependency property.
Public propertyVisible Gets or sets division ticks visibility. This is a dependency property.
Top
Methods
 NameDescription
Public methodDispose Release all resources used by this instance.
(Inherited from ChartNode)
Public methodToString Convert class description to string .
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 memberAlignmentProperty Identifies the Alignment dependency property.
Public fieldStatic memberColorProperty Identifies the Color dependency property.
Public fieldStatic memberLineLengthProperty Identifies the LineLength dependency property.
Public fieldStatic memberVisibleProperty Identifies the Visible dependency property.
Top
See Also