Class AxisStyleDefinition
Namespace: VelloSharp.Charting.Styling.Configuration
Assembly: VelloSharp.Charting.dll
public sealed class AxisStyleDefinition
Inheritance
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
LabelMargin
[JsonPropertyName("labelMargin")]
public double? LabelMargin { get; set; }
Property Value
LabelTypography
[JsonPropertyName("labelTypography")]
public ChartTypographyDefinition? LabelTypography { get; set; }
Property Value
LineColor
[JsonPropertyName("lineColor")]
public string? LineColor { get; set; }
Property Value
TickColor
[JsonPropertyName("tickColor")]
public string? TickColor { get; set; }
Property Value
TickLength
[JsonPropertyName("tickLength")]
public double? TickLength { get; set; }
Property Value
Methods
ToAxisStyle(ChartPalette, ChartTypography)
public AxisStyle ToAxisStyle(ChartPalette palette, ChartTypography fallbackTypography)
Parameters
palette
ChartPalette
fallbackTypography
ChartTypography