TChartStyle Record
This structure defines the default style of a chart. Excel defines 48 default styles.
Syntax
Unit: FlexCel.Core
TChartStyle = record;
Methods
Name |
Description |
Create |
Creates a new chart style.
|
Properties
Name |
Description |
Id |
Returns the Style Id, between 1 and 48.
|
IdExtended |
Returns the Id and adds 100 if is it extended.
|
IsExtended |
Returns true if this is an extended style, used in Excel 2013 or newer.
|