Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SparklineSetting Class / LineWeight Property


In This Topic
    LineWeight Property (SparklineSetting)
    In This Topic
    Gets or sets a value that specifies the line weight for each sparkline in the sparkline group, where the line weight is measured in points. The weight must be greater than or equal to zero, and must be less than or equal to 3 (LineSeries only supports line weight values in the range of 0.0->3.0).
    Syntax
    'Declaration
     
    <DefaultValueAttribute(1)>
    Public Property LineWeight As Double
    'Usage
     
    Dim instance As SparklineSetting
    Dim value As Double
     
    instance.LineWeight = value
     
    value = instance.LineWeight
    [DefaultValue(1)]
    public double LineWeight {get; set;}
    See Also