Class GanttStyles
Collection of Gantt styles
Inheritance
System.Object
GanttStyles
Assembly: FastReport.BG.dll
Syntax
public class GanttStyles : ArrayStyles
Properties
DefaultDraw
Style of regular Gantt element
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style DefaultDraw { get; }
Property Value
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
RecordHover
Gantt element under the mouse
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style RecordHover { get; }
Property Value
RecordSelected
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style RecordSelected { 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