[]
Gets or sets the size of the data point symbol, in twips.
[C1Description("ChartSymbolStyle.Size", "The size of the data point symbol, in twips.")]
[TypeConverter(typeof(PageUnitConverter))]
public double Size { get; set; }
<C1Description("ChartSymbolStyle.Size", "The size of the data point symbol, in twips.")>
<TypeConverter(GetType(PageUnitConverter))>
Public Property Size As Double