Class SunburstStyles
Collection of Sunburst styles
Inheritance
System.Object
SunburstStyles
Assembly: FastReport.BG.dll
Syntax
public class SunburstStyles : ArrayStyles
Properties
FirstIndex
Declaration
[Browsable(false)]
public override int FirstIndex { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
LastIndex
Declaration
[Browsable(false)]
public override int LastIndex { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
Record
Style of regular Sunburst element
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style Record { get; }
Property Value
RecordHover
Sunburst element under the mouse
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style RecordHover { get; }
Property Value
RecordSelected
Selected sunburst element
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style RecordSelected { get; }
Property Value
Root
Root sunburst element (central hole)
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style Root { get; }
Property Value
Methods
GetStyleName(Int32)
Declaration
public override string GetStyleName(int Index)
Parameters
Type |
Name |
Description |
System.Int32 |
Index |
|
Returns
Type |
Description |
System.String |
|
Overrides
NewStyle(Int32)
Declaration
protected override Style NewStyle(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
Overrides