ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / IBarCartesianPlotView Interface / _getWidth Method

In This Topic
    _getWidth Method (IBarCartesianPlotView)
    In This Topic
    Syntax
    'Declaration
     
    Function _getWidth( _
       ByVal clusterCount As Double, _
       ByVal barWidth As Double _
    ) As Nullable(Of Double)
    Nullable<double> _getWidth( 
       double clusterCount,
       double barWidth
    )

    Parameters

    clusterCount
    barWidth
    See Also