The GdxSeriesBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GdxSeriesBase |
Default constructor
|
Methods
Name | Description | |
---|---|---|
ApplyChanges |
Refreshes the data in the grid
| |
ClearClientSideFilter |
Clears client side filter
| |
Clone |
Implement this method to clone the series
| |
Connect |
Connects the series to the datasource
| |
ContainsFilter |
Checks if the filter is used by this viewer
| |
Disconnect |
Disconnects the series from the datasource
| |
DoConnect |
Connects the series to the datasource
| |
DoDisconnect |
Disconnects the series from the datasource
| |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetClientSideFilterKeys |
We try to get the list of filter keys subscribed by this view
| |
GetClientSideFilters |
We try to get the list of filters subscribed by this view
| |
GetDashArray |
Retrieves the dash array associated with this series
| |
GetFilter |
Retrieves a GdxFilter given its key
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetLegendFill |
Retrieves the fill for the legend
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetVerticalAxisTitle |
Gets the title of the series
| |
IsFilterChanged |
Checks if the keys in the ClientSideFilterKeys are the same of the keys specified in the parameter
| |
IsGdxDataFiltered |
Checks if a row is filtered by the Client Side Filter or not
| |
RefreshData |
Refreshes the data in the grid
| |
SetClientSdideFilterKeys |
Sets a list of filter keys
| |
SetClientSidefFilters |
Sets the list of GdxFilter used to filter out the alarms in the view
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryGetSeriesRange |
Tries to get the overridden range of the series
|
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
|
Events
Name | Description | |
---|---|---|
PropertyChanged |
Fired when a property in this control changes
|