[]
Gets or sets the offset distance in pixels from the associated data point.
[C1Description("ChartDataLabel.Offset", "The offset distance (pixels) from the associated data point.")]
[TypeConverter(typeof(PageUnitConverter))]
public double Offset { get; set; }
<C1Description("ChartDataLabel.Offset", "The offset distance (pixels) from the associated data point.")>
<TypeConverter(GetType(PageUnitConverter))>
Public Property Offset As Double