Skip to main content

Class ChartTypographyDefinition

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

public sealed class ChartTypographyDefinition

Inheritance

objectChartTypographyDefinition

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Properties

FontFamily

[JsonPropertyName("fontFamily")]
public string? FontFamily { get; set; }

Property Value

string?

FontSize

[JsonPropertyName("fontSize")]
public double? FontSize { get; set; }

Property Value

double?

FontWeight

[JsonPropertyName("fontWeight")]
public string? FontWeight { get; set; }

Property Value

string?

LetterSpacing

[JsonPropertyName("letterSpacing")]
public double? LetterSpacing { get; set; }

Property Value

double?

LineHeight

[JsonPropertyName("lineHeight")]
public double? LineHeight { get; set; }

Property Value

double?

Methods

ToTypography()

public ChartTypography ToTypography()

Returns

ChartTypography