Spread Windows Forms 12.0 Product Documentation
DatabarLength Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > CfExecutedResult Structure : DatabarLength Property
Gets the relative length of the data bar.
Syntax
'Declaration
 
Public ReadOnly Property DatabarLength As Double
'Usage
 
Dim instance As CfExecutedResult
Dim value As Double
 
value = instance.DatabarLength
public double DatabarLength {get;}

Property Value

An double value represents length of the data bar.
Remarks
Value is between 0..1. System.Double.NaN means the data bar doesn't appear.
See Also

Reference

CfExecutedResult Structure
CfExecutedResult Members