Click or drag to resize

CustomAxisTick Class

LightningChart .NET Help
Custom axis tick.
Inheritance Hierarchy
DependencyObject
  LightningChartLib.UWP.ChartingMVVMChartNode
    LightningChartLib.UWP.ChartingMVVM.AxesCustomAxisTick

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 CustomAxisTick : ChartNode

The CustomAxisTick type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyAxisValue Gets or sets value at axis. This is a dependency property.
Public propertyColor Gets or sets the color. This is a dependency property.
Public propertyLabelText Gets or sets label text. This is a dependency property.
Public propertyLineLength Gets or sets the line length. This is a dependency property.
Public propertyStyle Gets or sets the style. This is a dependency property.
Public propertyVisible Gets or sets the 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 memberAxisValueProperty Identifies the AxisValue dependency property.
Public fieldStatic memberColorProperty Identifies the Color dependency property.
Public fieldStatic memberLabelTextProperty Identifies the LabelText dependency property.
Public fieldStatic memberLineLengthProperty Identifies the TickLength dependency property.
Public fieldStatic memberStyleProperty Identifies the Style dependency property.
Public fieldStatic memberVisibleProperty Identifies the Visible dependency property.
Top
See Also