PlotSymbol.PlotSymbol Constructors
Initializes a new instance of the PlotSymbol class.
Overload List
Name | Description | |
---|---|---|
Public method | PlotSymbol() | Initializes a new instance of the PlotSymbol class. |
Public method | PlotSymbol(Symbol symbol) | Initializes a new instance of the PlotSymbol class with the specified raster symbol. |
Public method | PlotSymbol(Symbol symbol, System.Drawing.Color color) | Initializes a new instance of the PlotSymbol class, with the specified monochrome raster symbol and color. |
Public method | PlotSymbol(System.Double size, System.Drawing.Color color) | Initializes a new instance of the PlotSymbol class with the specified size and color. |
PlotSymbol()
Initializes a new instance of the PlotSymbol class.Syntax
public PlotSymbol ()
PlotSymbol(Symbol symbol)
Initializes a new instance of the PlotSymbol class with the specified raster symbol.Syntax
public PlotSymbol (
Symbol symbol
)
Parameters
The raster symbol to visualize the plots with.
Remarks
If the raster symbol is monochrome, use the other constructor overload where you can also specify the color.
PlotSymbol(Symbol symbol, System.Drawing.Color color)
Initializes a new instance of the PlotSymbol class, with the specified monochrome raster symbol and color.Syntax
public PlotSymbol (
Symbol symbol,
System.Drawing.Color color
)
Parameters
The raster symbol to visualize the plots with.
The color to render the symbol with.
Remarks
If the symbol is not monochrome, the color will be ignored.
PlotSymbol(System.Double size, System.Drawing.Color color)
Initializes a new instance of the PlotSymbol class with the specified size and color.Syntax
public PlotSymbol (
System.Double size,
System.Drawing.Color color
)
Parameters
The size of symbol, in pixels.
The color to use.
Remarks
Plots rendered with a PlotSymbol created like this will be rendered as simple squares with the given size and color.
Platforms
Windows, Linux, Android