[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartSymbolStyle.Size

Size Property

Size

Gets or sets the size of the data point symbol, in twips.

Declaration
[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