Table of Contents

Class PropertyColorModeChart

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

Represents color mode configuration for charts including a base color and distribution mode.

public class PropertyColorModeChart : DomItem
Inheritance
PropertyColorModeChart
Inherited Members

Properties

Color

Gets or sets the base color reference.

public string Color { get; set; }

Property Value

string

Mode

Gets or sets the distribution mode (engine specific numeric constant).

public string Mode { get; set; }

Property Value

string