Table of Contents

Class ChartSettings

Namespace
adas_core.Domain.Models.MongoModels
Assembly
adas-core.Domain.dll

Represents the configuration settings used to control the appearance and behavior of a chart.

public class ChartSettings
Inheritance
ChartSettings
Inherited Members
Extension Methods

Properties

ChartGrowPriority

public decimal? ChartGrowPriority { get; set; }

Property Value

decimal?

LegendGrowPriority

public decimal? LegendGrowPriority { get; set; }

Property Value

decimal?

LegendLayoutConfig

public LegendLayoutConfig? LegendLayoutConfig { get; set; }

Property Value

LegendLayoutConfig