IChartGridLine
FillType Property
|
Gets or sets the fill format type.
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
FillFormatType FillType { get; set; }
Property FillType As FillFormatType
Get
Set
property FillFormatType FillType {
FillFormatType get ();
void set (FillFormatType value);
}
abstract FillType : FillFormatType with get, set
Property Value
Type:
FillFormatType
See Also