ChartMarker
Size Property
|
Gets or sets chart marker size.
Default value is 7.
Namespace:
Spire.Doc.Fields.Shapes.Charts
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public int Size { get; set; }
Public Property Size As Integer
Get
Set
public:
property int Size {
int get ();
void set (int value);
}
member Size : int with get, set
Property Value
Type:
Int32
See Also