The GdxSeriesBase type exposes the following members.

Constructors

  NameDescription
Public methodGdxSeriesBase
Default constructor

Methods

  NameDescription
Public methodApplyChanges
Refreshes the data in the grid
Public methodClearClientSideFilter
Clears client side filter
Public methodClone
Implement this method to clone the series
Public methodConnect
Connects the series to the datasource
Public methodContainsFilter
Checks if the filter is used by this viewer
Public methodDisconnect
Disconnects the series from the datasource
Public methodDoConnect
Connects the series to the datasource
Public methodDoDisconnect
Disconnects the series from the datasource
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetClientSideFilterKeys
We try to get the list of filter keys subscribed by this view
Public methodGetClientSideFilters
We try to get the list of filters subscribed by this view
Public methodGetDashArray
Retrieves the dash array associated with this series
Public methodGetFilter
Retrieves a GdxFilter given its key
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLegendFill
Retrieves the fill for the legend
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVerticalAxisTitle
Gets the title of the series
Public methodIsFilterChanged
Checks if the keys in the ClientSideFilterKeys are the same of the keys specified in the parameter
Public methodIsGdxDataFiltered
Checks if a row is filtered by the Client Side Filter or not
Public methodRefreshData
Refreshes the data in the grid
Public methodSetClientSdideFilterKeys
Sets a list of filter keys
Public methodSetClientSidefFilters
Sets the list of GdxFilter used to filter out the alarms in the view
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetSeriesRange
Tries to get the overridden range of the series

Properties

  NameDescription
Public propertyAvailableColumns
The list of the available columns for this series
Public propertyChart
The Chart that contains this Series
Public propertyClientSideFilterKeys
For internal use only. Not for customer use

The key for the filter used in Runtime

Public propertyDashArray
The dashes of the line
Public propertyFill
Color, Gradient or Pattern for the Foreground of the series
Public propertyIndex
Specifies the Z-Index of the series
Public propertyIsLoading
Specifies if the series is loading the data
Public propertyLogarithmBase
The logharithmic base of the Vertical Axis when UseLogharitmicAxis is set to true
Public propertyMarkerFill
Color, Gradient or Pattern for the Foreground of the marker Fill
Public propertyMarkerSize
Size of the marker
Public propertyMarkerStroke
Color, Gradient or Pattern for the Foreground of the marker stroke
Public propertyMarkerStrokeThickness
Thickness of the marker border
Public propertyMarkerType
The type of the marker used to hightight the points for this series
Public propertyPlotType
Specifies the type of the plot rendered by this series
Public propertyShowLabels
Shows or hides the labels of the axis associated with this series
Public propertyShowVerticalLabels
Shows or hides the labels on the vertical axis
Public propertyStroke
Color, Gradient or Pattern for the Foreground of the series line
Public propertyStrokeThickness
Thickness of the series line
Public propertyTag
The data source used to retrieve the data for this series
Public propertyUseLogarithmicAxis
When set to true the values on the Y axis are logharitmical
Public propertyVerticalAxisBrush
Color, Gradient or Pattern for the Foreground of the vertical Axis lines, labels and title
Public propertyVerticalAxisLocation
The location of the Vertical axis
Public propertyVerticalAxisMaximum
A specific maximum range on the vertical axis. . Ignored when VerticalAxisOverrideRange is set to false.
Public propertyVerticalAxisMinimum
A specific minimum range on the vertical axis. . Ignored when VerticalAxisOverrideRange is set to false.
Public propertyVerticalAxisOverrideRange
Forces the chart to have a fixed range on the vertical axis
Public propertyVerticalAxisTitle
The title of the vertical axis
Public propertyVerticalAxisVisibility
Visibility state of the vertical Axis
Public propertyVerticalLabelFormat
String Format of the vertical labels. Here you can find the most common number format http://msdn.microsoft.com/en-us/library/0c899ak8.aspx
Public propertyVerticalLabelInterval
Specifies the number of thickmarks after which a label is shown
Public propertyVerticalLabelOffset
Specifies how many labels are hidden starting from the top and the bottom of the axis
Public propertyVisibility
Shows or hides the entire series

Events

  NameDescription
Public eventPropertyChanged
Fired when a property in this control changes

See Also