ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _StyleUtility Class / _buildStyle Method

In This Topic
    _buildStyle Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _buildStyle( _
       Optional ByVal fillOpacity As Nullable(Of Double), _
       Optional ByVal fill As String, _
       Optional ByVal strokeOpacity As Nullable(Of Double), _
       Optional ByVal stroke As String, _
       Optional ByVal strokeWidth As Nullable(Of Double), _
       Optional ByVal strokeDasharray As String, _
       Optional ByVal scalingStroke As Nullable(Of Boolean) _
    ) As IStyle

    Parameters

    fillOpacity
    fill
    strokeOpacity
    stroke
    strokeWidth
    strokeDasharray
    scalingStroke
    See Also