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