ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel.DV Namespace / PlotConfig Class / Offset Property

In This Topic
    Offset Property (PlotConfig)
    In This Topic
    Gets or sets Gets or sets the offset of data point. Controls distance from origin For pie chart configuration setting Offset to a positive value makes exploded chart. Values: from 0 to 100
    Syntax
    'Declaration
     
    Public Property Offset As Double
    public double Offset {get; set;}
    See Also