Skip to main content

Class AxisStyleDefinition

Namespace: VelloSharp.Charting.Styling.Configuration
Assembly: VelloSharp.Charting.dll

public sealed class AxisStyleDefinition

Inheritance

objectAxisStyleDefinition

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

double?

LabelTypography

[JsonPropertyName("labelTypography")]
public ChartTypographyDefinition? LabelTypography { get; set; }

Property Value

ChartTypographyDefinition?

LineColor

[JsonPropertyName("lineColor")]
public string? LineColor { get; set; }

Property Value

string?

TickColor

[JsonPropertyName("tickColor")]
public string? TickColor { get; set; }

Property Value

string?

TickLength

[JsonPropertyName("tickLength")]
public double? TickLength { get; set; }

Property Value

double?

Methods

ToAxisStyle(ChartPalette, ChartTypography)

public AxisStyle ToAxisStyle(ChartPalette palette, ChartTypography fallbackTypography)

Parameters

palette ChartPalette

fallbackTypography ChartTypography

Returns

AxisStyle