Skip to main content
A newer version of this page is available. .

SeriesTemplateModel Members

The SeriesTemplate model.

Properties

Name Description
AllowAddChild Gets or sets the value indicating whether a child model item can be added. Inherited from ChartElementModel.
AllowChangeVisibility Gets or sets the value indicating whether changing the element visibility is allowed. Inherited from ChartElementModel.
AllowRemove Gets or sets the value indicating whether removing an element is allowed. Inherited from ChartElementModel.
ArgumentDataMember Gets or sets the value of the SeriesBase.ArgumentDataMember within the model. Inherited from SeriesBaseModel.
ArgumentDrillTemplate
ArgumentScaleType Gets or sets the value of the SeriesBase.ArgumentScaleType within the model. Inherited from SeriesBaseModel.
ChartElement Returns the modeled chart element. Inherited from ChartElementModel.
CheckableInLegend Gets or sets the value of the SeriesBase.CheckableInLegend within the model. Inherited from SeriesBaseModel.
CheckedInLegend Gets or sets the value of the SeriesBase.CheckedInLegend within the model. Inherited from SeriesBaseModel.
Children Returns the list of child chart elements. Inherited from ChartElementModel.
ColorDataMember Gets or sets the value of the SeriesBase.ColorDataMember within the model. Inherited from SeriesBaseModel.
Colorizer Gets or sets the model of the colorizer of the modeled series view. Inherited from SeriesBaseModel.
CrosshairContentShowMode Gets or sets the SeriesBase.CrosshairContentShowMode property value within the model. Inherited from SeriesBaseModel.
CrosshairEmptyValueLegendText Gets or sets the value that specifies the SeriesBaseModel.CrosshairEmptyValueLegendText property in the chart model. Inherited from SeriesBaseModel.
CrosshairEnabled Gets or sets the value of the SeriesBase.CrosshairEnabled within the model. Inherited from SeriesBaseModel.
CrosshairHighlightPoints Gets or sets the value of the SeriesBase.CrosshairHighlightPoints within the model. Inherited from SeriesBaseModel.
CrosshairLabelPattern Gets or sets the value of the SeriesBase.CrosshairLabelPattern within the model. Inherited from SeriesBaseModel.
CrosshairLabelVisibility Gets or sets the value of the SeriesBase.CrosshairLabelVisibility within the model. Inherited from SeriesBaseModel.
CrosshairTextOptions Returns the model of the Crosshair cursor options of the modeled series view. Inherited from SeriesBaseModel.
DataFilters Returns the model of the data filter collection of the modeled series view. Inherited from SeriesBaseModel.
DateTimeSummaryOptions Inherited from SeriesBaseModel.
Element Returns the chart element whose model is the current model object. Inherited from ChartElementModel.
FilterCriteria Gets or sets the current filter criteria. Inherited from SeriesBaseModel.
Label Gets or sets the model of label options of the modeled series. Inherited from SeriesBaseModel.
LabelsVisibility Gets or sets the value of the SeriesBase.LabelsVisibility within the model. Inherited from SeriesBaseModel.
Legend Gets or sets the model of the legend assigned to the modeled series. Inherited from SeriesBaseModel.
LegendTextPattern Gets or sets the value of the SeriesBase.CrosshairLabelVisibility within the model. Inherited from SeriesBaseModel.
NumericSummaryOptions Inherited from SeriesBaseModel.
QualitativeSummaryOptions Inherited from SeriesBaseModel.
SeriesColorizer Gets or sets the SeriesTemplate.SeriesColorizer property value within the model.
SeriesDataMember Gets or sets the SeriesTemplate.SeriesDataMember property value within the model.
SeriesDrillTemplate
SeriesPointDrillTemplate
SeriesPointsSorting Gets or sets the value of the SeriesBase.SeriesPointsSorting within the model. Inherited from SeriesBaseModel.
SeriesPointsSortingKey Gets or sets the value of the SeriesBase.SeriesPointsSortingKey within the model. Inherited from SeriesBaseModel.
ShowInLegend Gets or sets the value of the SeriesBase.ShowInLegend within the model. Inherited from SeriesBaseModel.
ShowInStructureControl Gets or sets the value specifying whether the chart element should be shown in the Structure control of the Chart Designer. Inherited from ChartElementModel.
Tag Gets or sets the value of the ChartElement.Tag within the model. Inherited from ChartElementModel.
ToolTipEnabled Gets or sets the value of the SeriesBase.ToolTipEnabled within the model. Inherited from SeriesBaseModel.
ToolTipHintDataMember Gets or sets the value of the SeriesBase.ToolTipHintDataMember within the model. Inherited from SeriesBaseModel.
ToolTipPointPattern Gets or sets the value of the SeriesBase.ToolTipPointPattern within the model. Inherited from SeriesBaseModel.
ToolTipSeriesPattern Gets or sets the value of the SeriesBase.ToolTipSeriesPattern within the model. Inherited from SeriesBaseModel.
TopNOptions Returns the model of Top N options of the modeled series. Inherited from SeriesBaseModel.
ValueDataMembers Inherited from SeriesBaseModel.
ValueScaleType Gets or sets the value of the SeriesBase.ValueScaleType within the model. Inherited from SeriesBaseModel.
View Returns the model of the series view of the modeled series. Inherited from SeriesBaseModel.
ViewType Gets or sets the series view type of the modeled series view. Inherited from SeriesBaseModel.
Visible Gets or sets the value of the SeriesBase.Visible within the model. Inherited from SeriesBaseModel.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the textual representation of the ChartElementModel. Inherited from ChartElementModel.
See Also