|
bool | IsVisible = true [get, set] |
| Toggles whether this plottable is shown and contributes to the automatic axis limit detection. The calling method will check this variable (it does not need to be checked inside the Render method).
|
|
IAxes | Axes = new Axes() [get, set] |
| This object performs coordinate/pixel translation at render time based on the latest data area. It stores the axes to use for this plottable and also the data area (in pixels) updated just before each render. If this object is null it will be constructed using the default X and Y axes at render time.
|
|
IEnumerable< LegendItem > | LegendItems [get] |
| Items which will appear in the legend.
|
|
override LabelStyle | LabelStyle = new() { ShadowColor = Colors.Black.WithAlpha(.2) } [get, set] |
|
LabelStyle | Label [get, set] |
|
string | Text [get, set] |
|
Alignment | Alignment = Alignment.UpperLeft [get, set] |
|
PixelOffset | PixelOffset = new(10, 10) [get, set] |
|
float | OffsetX [get, set] |
|
float | OffsetY [get, set] |
|
FractionRect | FractionRect = FractionRect.Full [get, set] |
| The annotation will be placed inside this fractional portion of the data area according to Alignment and PixelOffset
|
|
LabelStyle | LabelStyle [get, set] |
|
float | LabelOffsetX [get, set] |
|
float | LabelOffsetY [get, set] |
|
float | LabelRotation [get, set] |
|
float | LabelPadding [set] |
|
PixelPadding | LabelPixelPadding [get, set] |
|
PixelRect | LabelLastRenderPixelRect [get] |
|
string | LabelText [get, set] |
|
Alignment | LabelAlignment [get, set] |
|
string | LabelFontName [get, set] |
|
float | LabelFontSize [get, set] |
|
float? | LabelLineSpacing [get, set] |
|
bool | LabelItalic [get, set] |
|
bool | LabelBold [get, set] |
|
Color | LabelFontColor [get, set] |
|
Color | LabelBackgroundColor [get, set] |
|
float | LabelBorderRadius [get, set] |
|
float | LabelBorderRadiusX [get, set] |
|
float | LabelBorderRadiusY [get, set] |
|
float | LabelBorderWidth [get, set] |
|
Color | LabelBorderColor [get, set] |
|
Color | LabelShadowColor [get, set] |
|
PixelOffset | LabelShadowOffset [get, set] |
|