The GdxSeries type exposes the following members.
Properties
Name | Description | |
---|---|---|
AllValues |
A list of the values represented by this series
| |
AvailableColumns |
The list of the available columns for this series
(Inherited from GdxSeriesBase.) | |
Chart |
The Chart that contains this Series
(Inherited from GdxSeriesBase.) | |
ClientSideFilterKeys |
For internal use only. Not for customer use
The key for the filter used in Runtime
(Inherited from GdxSeriesBase.) | |
Command |
The command executed when an element of the series is clicked
| |
CursorFormat |
How the data is displayed in the cursor for this specific series
| |
DashArray |
The dashes of the line
(Inherited from GdxSeriesBase.) | |
DataCache |
We need to cache the data when loading is completed, so we can calculate the values whenever we want, even if the datamanager is still loading
| |
Fill |
Color, Gradient or Pattern for the Foreground of the series
(Inherited from GdxSeriesBase.) | |
HideCursorFormat |
Hides the cursor information for this specific series
| |
HideZeroValues |
Removes Zero Values from the chart
| |
Index |
Specifies the Z-Index of the series
(Inherited from GdxSeriesBase.) | |
IsLoading |
Specifies if the series is loading the data
(Inherited from GdxSeriesBase.) | |
KeyBinding |
The binding for the keys of the datasource
| |
LogarithmBase |
The logharithmic base of the Vertical Axis when UseLogharitmicAxis is set to true
(Inherited from GdxSeriesBase.) | |
MarkerFill |
Color, Gradient or Pattern for the Foreground of the marker Fill
(Inherited from GdxSeriesBase.) | |
MarkerSize |
Size of the marker
(Inherited from GdxSeriesBase.) | |
MarkerStroke |
Color, Gradient or Pattern for the Foreground of the marker stroke
(Inherited from GdxSeriesBase.) | |
MarkerStrokeThickness |
Thickness of the marker border
(Inherited from GdxSeriesBase.) | |
MarkerType |
The type of the marker used to hightight the points for this series
(Inherited from GdxSeriesBase.) | |
PlotType |
Specifies the type of the plot rendered by this series
(Inherited from GdxSeriesBase.) | |
ShowLabels |
Shows or hides the labels of the axis associated with this series
(Inherited from GdxSeriesBase.) | |
ShowLegend |
Shows or hides the labels on the vertical axis
| |
ShowVerticalLabels |
Shows or hides the labels on the vertical axis
(Inherited from GdxSeriesBase.) | |
Stroke |
Color, Gradient or Pattern for the Foreground of the series line
(Inherited from GdxSeriesBase.) | |
StrokeThickness |
Thickness of the series line
(Inherited from GdxSeriesBase.) | |
Tag |
The data source used to retrieve the data for this series
(Inherited from GdxSeriesBase.) | |
Title |
The title of the series eventually used in the cursor
| |
UseLogarithmicAxis |
When set to true the values on the Y axis are logharitmical
(Inherited from GdxSeriesBase.) | |
ValueBinding |
The binding for the values of the datasource
| |
Values |
A list of the values represented by this series (doesn't contain Zero samples if needed)
| |
ValuesCache |
A list of the values represented by this series
| |
VerticalAxisBrush |
Color, Gradient or Pattern for the Foreground of the vertical Axis lines, labels and title
(Inherited from GdxSeriesBase.) | |
VerticalAxisLocation |
The location of the Vertical axis
(Inherited from GdxSeriesBase.) | |
VerticalAxisMaximum |
A specific maximum range on the vertical axis. . Ignored when VerticalAxisOverrideRange is set to false.
(Inherited from GdxSeriesBase.) | |
VerticalAxisMinimum |
A specific minimum range on the vertical axis. . Ignored when VerticalAxisOverrideRange is set to false.
(Inherited from GdxSeriesBase.) | |
VerticalAxisOverrideRange |
Forces the chart to have a fixed range on the vertical axis
(Inherited from GdxSeriesBase.) | |
VerticalAxisTitle |
The title of the vertical axis
(Inherited from GdxSeriesBase.) | |
VerticalAxisVisibility |
Visibility state of the vertical Axis
(Inherited from GdxSeriesBase.) | |
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
(Inherited from GdxSeriesBase.) | |
VerticalLabelInterval |
Specifies the number of thickmarks after which a label is shown
(Inherited from GdxSeriesBase.) | |
VerticalLabelOffset |
Specifies how many labels are hidden starting from the top and the bottom of the axis
(Inherited from GdxSeriesBase.) | |
Visibility |
Shows or hides the entire series
(Inherited from GdxSeriesBase.) |