Spread Windows Forms 12.0 Product Documentation
DatabarAxisPosition Property


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

Property Value

A System.Double value represents the data bar's relative axis position.
Remarks
Value is between 0..1. System.Double.NaN means the axis doesn't appear.
See Also

Reference

CfExecutedResult Structure
CfExecutedResult Members