The GdxSeriesBase type exposes the following members.
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
|