GrapeCity.Windows.SpreadSheet.Data Namespace > DataBarDrawingObject Class : DataBarDrawingObject Constructor |
true
Show bar only; otherwise, false
.
'Declaration Public Function New( _ ByVal rowIndex As System.Integer, _ ByVal columnIndex As System.Integer, _ ByVal fillColor As System.Windows.Media.Color, _ ByVal borderColor As System.Windows.Media.Color, _ ByVal showBorder As System.Boolean, _ ByVal axisColor As System.Windows.Media.Color, _ ByVal isGradient As System.Boolean, _ ByVal direction As BarDirection, _ ByVal axisLocation As System.Double, _ ByVal scale As System.Double, _ ByVal showBarOnly As System.Boolean _ )
'Usage Dim rowIndex As System.Integer Dim columnIndex As System.Integer Dim fillColor As System.Windows.Media.Color Dim borderColor As System.Windows.Media.Color Dim showBorder As System.Boolean Dim axisColor As System.Windows.Media.Color Dim isGradient As System.Boolean Dim direction As BarDirection Dim axisLocation As System.Double Dim scale As System.Double Dim showBarOnly As System.Boolean Dim instance As New DataBarDrawingObject(rowIndex, columnIndex, fillColor, borderColor, showBorder, axisColor, isGradient, direction, axisLocation, scale, showBarOnly)
public DataBarDrawingObject( System.int rowIndex, System.int columnIndex, System.Windows.Media.Color fillColor, System.Windows.Media.Color borderColor, System.bool showBorder, System.Windows.Media.Color axisColor, System.bool isGradient, BarDirection direction, System.double axisLocation, System.double scale, System.bool showBarOnly )
true
Show bar only; otherwise, false
.Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6