The GdxSpcBarSeries type exposes the following members.

Properties

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

The key for the filter used in Runtime

(Inherited from GdxSeriesBase.)
Public propertyCriticalFill
The Fill of the histograms when the value is critical
Public propertyDashArray
The dashes of the line
(Inherited from GdxSeriesBase.)
Public propertyDistributionStroke
The stroke of the line used to plot Specification Limits
Public propertyDistributionStrokeThickness
The thickness of the line used to plot Specification Limits
Public propertyEndTime
End time time for the historical selection
Public propertyFill
Color, Gradient or Pattern for the Foreground of the series
(Inherited from GdxSeriesBase.)
Public propertyHistoricalFolder
The name of the folder that holds historical data
Public propertyIndex
Specifies the Z-Index of the series
(Inherited from GdxSeriesBase.)
Public propertyIsLoading
Specifies if the series is loading the data
(Inherited from GdxSeriesBase.)
Public propertyLogarithmBase
The logharithmic base of the Vertical Axis when UseLogharitmicAxis is set to true
(Inherited from GdxSeriesBase.)
Public propertyMarkerFill
Color, Gradient or Pattern for the Foreground of the marker Fill
(Inherited from GdxSeriesBase.)
Public propertyMarkerSize
Size of the marker
(Inherited from GdxSeriesBase.)
Public propertyMarkerStroke
Color, Gradient or Pattern for the Foreground of the marker stroke
(Inherited from GdxSeriesBase.)
Public propertyMarkerStrokeThickness
Thickness of the marker border
(Inherited from GdxSeriesBase.)
Public propertyMarkerType
The type of the marker used to hightight the points for this series
(Inherited from GdxSeriesBase.)
Public propertyMaximumValue
The maximum value used to draw histograms
Public propertyMinimumValue
The minimum value used to draw histograms
Public propertyOverview
A list of the values represented by this series
Public propertyPlotType
Specifies the type of the plot rendered by this series
(Inherited from GdxSeriesBase.)
Public propertyShowDistribution
Shows the specification limits lines
Public propertyShowDistributionLabels
Shows the distribution limits labels
Public propertyShowLabels
Shows or hides the labels of the axis associated with this series
(Inherited from GdxSeriesBase.)
Public propertyShowSpecificationLabels
Shows the specification limits labels (e.g. "USL = 0.880")
Public propertyShowSpecificationLimits
Shows the specification limits lines
Public propertyShowVerticalLabels
Shows or hides the labels on the vertical axis
(Inherited from GdxSeriesBase.)
Public propertySpecificationLimitsStroke
The stroke of the line used to plot Specification Limits
Public propertySpecificationLimitsStrokeThickness
The thickness of the line used to plot Specification Limits
Public propertyStartTime
Start time for the historical selection
Public propertyStroke
Color, Gradient or Pattern for the Foreground of the series line
(Inherited from GdxSeriesBase.)
Public propertyStrokeThickness
Thickness of the series line
(Inherited from GdxSeriesBase.)
Public propertyTag
The data source used to retrieve the data for this series
(Inherited from GdxSeriesBase.)
Public propertyUseLogarithmicAxis
When set to true the values on the Y axis are logharitmical
(Inherited from GdxSeriesBase.)
Public propertyValues
A list of the values represented by this series
Public propertyVerticalAxisBrush
Color, Gradient or Pattern for the Foreground of the vertical Axis lines, labels and title
(Inherited from GdxSeriesBase.)
Public propertyVerticalAxisLocation
The location of the Vertical axis
(Inherited from GdxSeriesBase.)
Public propertyVerticalAxisMaximum
A specific maximum range on the vertical axis. . Ignored when VerticalAxisOverrideRange is set to false.
(Inherited from GdxSeriesBase.)
Public propertyVerticalAxisMinimum
A specific minimum range on the vertical axis. . Ignored when VerticalAxisOverrideRange is set to false.
(Inherited from GdxSeriesBase.)
Public propertyVerticalAxisOverrideRange
Forces the chart to have a fixed range on the vertical axis
(Inherited from GdxSeriesBase.)
Public propertyVerticalAxisTitle
The title of the vertical axis
(Inherited from GdxSeriesBase.)
Public propertyVerticalAxisVisibility
Visibility state of the vertical Axis
(Inherited from GdxSeriesBase.)
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
(Inherited from GdxSeriesBase.)
Public propertyVerticalLabelInterval
Specifies the number of thickmarks after which a label is shown
(Inherited from GdxSeriesBase.)
Public propertyVerticalLabelOffset
Specifies how many labels are hidden starting from the top and the bottom of the axis
(Inherited from GdxSeriesBase.)
Public propertyVisibility
Shows or hides the entire series
(Inherited from GdxSeriesBase.)

See Also