ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace / IChart Interface / PointWidth Property

In This Topic
    PointWidth Property (IChart)
    In This Topic
    Specifies point width.
    Syntax
    'Declaration
     
    ReadOnly Property PointWidth As Nullable(Of Integer)
    Nullable<int> PointWidth {get;}
    See Also