The GdxSeriesBase type exposes the following members.
Properties
Name | Description | |
---|---|---|
AvailableColumns |
The list of the available columns for this series
| |
Chart |
The Chart that contains this Series
| |
ClientSideFilterKeys |
For internal use only. Not for customer use
The key for the filter used in Runtime
| |
DashArray |
The dashes of the line
| |
Fill |
Color, Gradient or Pattern for the Foreground of the series
| |
Index |
Specifies the Z-Index of the series
| |
IsLoading |
Specifies if the series is loading the data
| |
LogarithmBase |
The logharithmic base of the Vertical Axis when UseLogharitmicAxis is set to true
| |
MarkerFill |
Color, Gradient or Pattern for the Foreground of the marker Fill
| |
MarkerSize |
Size of the marker
| |
MarkerStroke |
Color, Gradient or Pattern for the Foreground of the marker stroke
| |
MarkerStrokeThickness |
Thickness of the marker border
| |
MarkerType |
The type of the marker used to hightight the points for this series
| |
PlotType |
Specifies the type of the plot rendered by this series
| |
ShowLabels |
Shows or hides the labels of the axis associated with this series
| |
ShowVerticalLabels |
Shows or hides the labels on the vertical axis
| |
Stroke |
Color, Gradient or Pattern for the Foreground of the series line
| |
StrokeThickness |
Thickness of the series line
| |
Tag |
The data source used to retrieve the data for this series
| |
UseLogarithmicAxis |
When set to true the values on the Y axis are logharitmical
| |
VerticalAxisBrush |
Color, Gradient or Pattern for the Foreground of the vertical Axis lines, labels and title
| |
VerticalAxisLocation |
The location of the Vertical axis
| |
VerticalAxisMaximum |
A specific maximum range on the vertical axis. . Ignored when VerticalAxisOverrideRange is set to false.
| |
VerticalAxisMinimum |
A specific minimum range on the vertical axis. . Ignored when VerticalAxisOverrideRange is set to false.
| |
VerticalAxisOverrideRange |
Forces the chart to have a fixed range on the vertical axis
| |
VerticalAxisTitle |
The title of the vertical axis
| |
VerticalAxisVisibility |
Visibility state of the vertical Axis
| |
VerticalLabelFormat |
String Format of the vertical labels. Here you can find the most common number format http://msdn.microsoft.com/en-us/library/0c899ak8.aspx
| |
VerticalLabelInterval |
Specifies the number of thickmarks after which a label is shown
| |
VerticalLabelOffset |
Specifies how many labels are hidden starting from the top and the bottom of the axis
| |
Visibility |
Shows or hides the entire series
|