Class ChartTypographyDefinition
Namespace: VelloSharp.Charting.Styling.Configuration
Assembly: VelloSharp.Charting.dll
public sealed class ChartTypographyDefinition
Inheritance
object ← ChartTypographyDefinition
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
FontSize
[JsonPropertyName("fontSize")]
public double? FontSize { get; set; }
Property Value
FontWeight
[JsonPropertyName("fontWeight")]
public string? FontWeight { get; set; }
Property Value
LetterSpacing
[JsonPropertyName("letterSpacing")]
public double? LetterSpacing { get; set; }
Property Value
LineHeight
[JsonPropertyName("lineHeight")]
public double? LineHeight { get; set; }
Property Value
Methods
ToTypography()
public ChartTypography ToTypography()