GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / ISeries Interface / Format Property


In This Topic
Format Property (ISeries)
In This Topic
Gets the IChartFormat object.
Syntax
'Declaration
 
ReadOnly Property Format As IChartFormat
 
'Usage
 
Dim instance As ISeries
Dim value As IChartFormat
 
value = instance.Format
See Also