ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / DataPoint Class / Properties Property

In This Topic
    Properties Property (DataPoint)
    In This Topic
    Gets or sets the custom properties for the DataPoint.
    Syntax
    'Declaration
     
    Public Property Properties As CustomProperties
    public CustomProperties Properties {get; set;}

    Property Value

    The properties.
    See Also