IScatter |
public interface IScatterSymbol : IImmutable, ICloneable
The IScatterSymbol type exposes the following members.
Name | Description | |
---|---|---|
![]() | DesignSize | Gets the design size of this scatter symbol. |
![]() | FillColor | |
![]() | Frame | Gets the frame of the symbol, or null if the symbol does not have a frame. |
![]() | Inset | Gets the inset of this symbol, or null if the symbol does not have an inset. |
![]() | PlotColorInfluence | Determines which colors of the scatter symbol are affected by the plot color. |
![]() | RelativeStructureWidth | Gets the width of internal structures (line e.g. the frame), relative to the symbol size. |
Name | Description | |
---|---|---|
![]() | CalculatePolygons | Calculates the polygons of the outer frame, the inner frame, and the inset. |
![]() | Clone | Creates a new object that is a copy of the current instance. (Inherited from ICloneable) |
![]() | WithFillColor | |
![]() | WithFrame | |
![]() | WithInset | |
![]() | WithPlotColorInfluence | |
![]() | WithRelativeStructureWidth |