CustomAxisTickStyle Property |
LightningChart .NET Help
Gets or sets the style. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Axes
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(CustomTickStyle.TickAndGrid)]
public CustomTickStyle Style { get; set; }<DefaultValueAttribute(CustomTickStyle.TickAndGrid)>
Public Property Style As CustomTickStyle
Get
Set
public:
[DefaultValueAttribute(CustomTickStyle::TickAndGrid)]
property CustomTickStyle Style {
CustomTickStyle get ();
void set (CustomTickStyle value);
}Property Value
Type:
CustomTickStyle
See Also