AxisDefinition

Classes > Nimblesite.Reporting.Engine > AxisDefinition

Axis definition for charts.

public sealed record AxisDefinition : IEquatable<AxisDefinition>

Constructors

AxisDefinition

public AxisDefinition(string Field, string? Label, string? Format)

Axis definition for charts.

Parameter Type Description
Field String
Label String
Format String

Properties

Field

public string Field { get; init; }

Label

public string? Label { get; init; }

Format

public string? Format { get; init; }