VectSharp 2.6.1
A light library for C# vector graphics
|
Determines the appearance of plot elements. More...
Public Member Functions | |
PlotElementPresentationAttributes () | |
Create a new PlotElementPresentationAttributes with the default values. More... | |
PlotElementPresentationAttributes (PlotElementPresentationAttributes other) | |
Creates a new PlotElementPresentationAttributes copying all settings from another instance. More... | |
Properties | |
Brush | Stroke = Colours.Black [get, set] |
The stroke of the plot element. More... | |
Brush | Fill = Colours.Black [get, set] |
The fill of the plot element. More... | |
double | LineWidth = 1 [get, set] |
The thickness of lines in the plot element. More... | |
LineDash? | LineDash = null [get, set] |
The line dash style for the plot element. More... | |
LineCaps | LineCap = LineCaps.Square [get, set] |
The line cap for the plot element. More... | |
LineJoins | LineJoin = LineJoins.Miter [get, set] |
The line join for the plot element. More... | |
Font | Font = new Font(FontFamily.ResolveFontFamily(FontFamily.StandardFontFamilies.Helvetica), 12) [get, set] |
The font used to draw text in the plot element. More... | |
VectSharp.Plots.PlotElementPresentationAttributes.PlotElementPresentationAttributes | ( | ) |
Create a new PlotElementPresentationAttributes with the default values.
VectSharp.Plots.PlotElementPresentationAttributes.PlotElementPresentationAttributes | ( | PlotElementPresentationAttributes | other | ) |
Creates a new PlotElementPresentationAttributes copying all settings from another instance.
other | The other instance from which the settings will be copied. |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |