GrapeCity.Xaml.SpreadSheet.Data Namespace > DataBarDrawingObject Class : DataBarDrawingObject Constructor |
true
Show bar only; otherwise, false
.
'Declaration Public Function New( _ ByVal rowIndex As Integer, _ ByVal columnIndex As Integer, _ ByVal fillColor As Color, _ ByVal borderColor As Color, _ ByVal showBorder As Boolean, _ ByVal axisColor As Color, _ ByVal isGradient As Boolean, _ ByVal direction As BarDirection, _ ByVal axisLocation As Double, _ ByVal scale As Double, _ ByVal showBarOnly As Boolean _ )
'Usage Dim rowIndex As Integer Dim columnIndex As Integer Dim fillColor As Color Dim borderColor As Color Dim showBorder As Boolean Dim axisColor As Color Dim isGradient As Boolean Dim direction As BarDirection Dim axisLocation As Double Dim scale As Double Dim showBarOnly As Boolean Dim instance As New DataBarDrawingObject(rowIndex, columnIndex, fillColor, borderColor, showBorder, axisColor, isGradient, direction, axisLocation, scale, showBarOnly)
public DataBarDrawingObject( int rowIndex, int columnIndex, Color fillColor, Color borderColor, bool showBorder, Color axisColor, bool isGradient, BarDirection direction, double axisLocation, double scale, bool showBarOnly )
true
Show bar only; otherwise, false
.Target Platforms: Windows Server 2012, Windows RT