Table of Contents

Class PropertyChartArea

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Represents a chart highlight area definition (date range or width based) with nested inner interval configuration.

public class PropertyChartArea : DomItem
Inheritance
PropertyChartArea
Inherited Members

Properties

EndDate

Gets or sets the end date (for time based area definitions).

public string EndDate { get; set; }

Property Value

string

InnerInterval

Gets the inner interval configuration.

[JsonInclude]
public PropertyInnerInterval InnerInterval { get; }

Property Value

PropertyInnerInterval

StartDate

Gets or sets the start date (for time based area definitions).

public string StartDate { get; set; }

Property Value

string

Width

Gets or sets the width (non date-based area definition).

public string Width { get; set; }

Property Value

string