StiParetoSeries Class
Namespace: Stimulsoft.Report.Chart
Inheritance
Inherits from: StiSeries
Implements: IStiParetoSeries
Constructors
| Constructor | Description |
|---|---|
| StiParetoSeries() |
StiParetoSeries()
Properties
| Property | Type | Description |
|---|---|---|
| AllowApplyBrushNegative | bool | |
| AllowApplyColorNegative | bool | |
| AllowApplyLineColor | bool | |
| BorderColor | Color | |
| BorderThickness | int | |
| Brush | StiBrush | |
| BrushNegative | StiBrush | |
| CornerRadius | StiCornerRadius | |
| Icon | StiFontIcons? | |
| LabelsOffset | int | |
| LineColorNegative | Color | |
| ShowNulls | bool | |
| ShowNullsAs | StiShowEmptyCellsAs | |
| ShowZeros | bool | |
| ShowZerosAs | StiShowEmptyCellsAs |
Methods
| Method | Returns | Description |
|---|---|---|
| Clone | object | Creates a new object that is a copy of the current instance. |
| CreateNew | StiSeries | |
| GetDefaultAreaType | Type | |
| LoadFromJsonObject | void | |
| SaveToJsonObject | JObject |
Method Details
Clone
Clone(): object
Creates a new object that is a copy of the current instance.
Returns object — A new object that is a copy of this instance.
CreateNew
CreateNew(): StiSeries
Returns StiSeries
GetDefaultAreaType
GetDefaultAreaType(): Type
Returns Type
LoadFromJsonObject
LoadFromJsonObject(jObject: JObject): void
Parameters
- jObject (JObject)
SaveToJsonObject
SaveToJsonObject(mode: StiJsonSaveMode): JObject
Parameters
- mode (StiJsonSaveMode)
Returns JObject