Click or drag to resize

StiSeries Class

[Missing <summary> documentation for "T:Stimulsoft.Report.Chart.StiSeries"]

Inheritance Hierarchy

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public abstract class StiSeries : StiService, 
	IStiSeriesParent, IStiSeries, ICloneable, IStiJsonReportObject, IStiPropertyGridObject

The StiSeries type exposes the following members.

Constructors
  NameDescription
Public methodStiSeries
Initializes a new instance of the StiSeries class
Top
Properties
  NameDescription
Public propertyAllowApplyStyle
Gets or sets value which indicates that chart style will be used.
Public propertyAllowSeries
Public propertyAllowSeriesElements
Public propertyArgument
Public propertyArgumentDataColumn
Gets or sets a name of the column that contains the argument value.
Public propertyArguments
Public propertyArgumentsString
Public propertyAutoSeriesColorDataColumn
Gets or sets a name of the column that contains the color of auto created series. Color must be presented as string.
Public propertyAutoSeriesKeyDataColumn
Gets or sets a name of the column that contains the key of auto created series.
Public propertyAutoSeriesTitleDataColumn
Gets or sets a name of the column that contains the title of auto created series.
Public propertyChart
Public propertyComponentId
Public propertyConditions
Gets or sets collection of conditions which can be used to change behavior of series.
Public propertyCore
Public propertyCoreTitle
Public propertyDrillDownEnabled
Gets or sets value which indicates whether the Drill-Down operation can be executed.
Public propertyDrillDownPage
Gets or sets a page for the Drill-Down operation.
Public propertyDrillDownPageGuid
Public propertyDrillDownReport
Gets or sets a path to a report for the Drill-Down operation.
Public propertyFilterMode
Gets or sets filter mode of series.
Public propertyFilters
Gets or sets filters which used to filter series values.
Public propertyFormat
Gets or sets string that is used to format series values.
Public propertyGetArgumentEvent
Occurs when getting the property Argument.
Public propertyGetHyperlinkEvent
Occurs when getting the Hyperlink for the series.
Public propertyGetListOfArgumentsEvent
Occurs when getting the list of arguments.
Public propertyGetListOfHyperlinksEvent
Occurs when getting the list of Hyperlinks.
Public propertyGetListOfTagsEvent
Occurs when getting the list of Tags.
Public propertyGetListOfToolTipsEvent
Occurs when getting the list of ToolTips.
Public propertyGetListOfValuesEvent
Occurs when getting the list of values.
Public propertyGetTagEvent
Occurs when getting the Tag for the series.
Public propertyGetTitleEvent
Occurs when getting the property Title.
Public propertyGetToolTipEvent
Occurs when getting the ToolTip for the series.
Public propertyGetValueEvent
Occurs when getting the property Value.
Public propertyHyperlink
Gets or sets the expression to fill a series hyperlink.
Public propertyHyperlinkDataColumn
Gets or sets a name of the column that contains the hyperlink value.
Public propertyHyperlinks
Public propertyHyperlinkString
Public propertyInteraction
Gets interaction options of this series.
Public propertyListOfArguments
Gets or sets the expression to fill a list of arguments. Example: 1;2;3
Public propertyListOfHyperlinks
Gets or sets the expression to fill a list of hyperlinks. Example: 1;2;3
Public propertyListOfTags
Gets or sets the expression to fill a list of tags. Example: 1;2;3
Public propertyListOfToolTips
Gets or sets the expression to fill a list of tool tips. Example: 1;2;3
Public propertyListOfValues
Gets or sets the expression to fill a list of values. Example: 1;2;3
Public propertyNewAutoSeriesEvent
Occurs when new auto series is created.
Public propertyParent
Public propertyProperties (Inherited from StiService.)
Public propertyPropName
Public propertySeriesLabels
Gets or sets series labels settings.
Public propertyServiceCategory
Gets a service category.
(Overrides StiServiceServiceCategory.)
Public propertyServiceEnabled (Inherited from StiService.)
Public propertyServiceInfo (Inherited from StiService.)
Public propertyServiceName
Gets a service name.
(Overrides StiServiceServiceName.)
Public propertyServiceType
Gets a service type.
(Overrides StiServiceServiceType.)
Public propertyShowInLegend
Gets or sets value which indicates that series must be shown in legend.
Public propertyShowSeriesLabels
Gets or sets series labels output mode.
Public propertyShowShadow
Gets or sets value which indicates draw shadow or no.
Public propertySortBy
Gets or sets mode of series values sorting.
Public propertySortDirection
Gets or sets sort direction.
Public propertyTag
Gets or sets the expression to fill a series tag.
Public propertyTagDataColumn
Gets or sets a name of the column that contains the tag value.
Public propertyTags
Public propertyTagString
Public propertyTitle
Gets or sets title of series.
Public propertyTitleValue
Gets or sets title of series.
Public propertyToolTip
Gets or sets the expression to fill a series tooltip.
Public propertyToolTipDataColumn
Gets or sets a name of the column that contains the tool tip value.
Public propertyToolTips
Public propertyToolTipsString
Public propertyTopN
Gets or sets parameters of displaying top results.
Public propertyTopNAllowed
Public propertyTrendLine
Gets or sets trend line settings.
Public propertyTrendLineAllowed
Public propertyValue
Gets or sets point value expression. Example: {Order.Value}
Public propertyValueDataColumn
Gets or sets a name of the column that contains the point value.
Public propertyValues
Public propertyValuesStart
Public propertyValuesString
Public propertyYAxis
Gets or sets Y Axis for series on which will output string representation of arguments.
Top
Methods
  NameDescription
Protected methodBaseTransform
Public methodClone
Creates a new object that is a copy of the current instance.
(Overrides StiServiceClone.)
Public methodCreateNew
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetArgumentsFromString
Public methodGetDefaultAreaType
Public methodGetEvents
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetNullableValuesFromString
Public methodGetProperties
Public methodStatic memberGetStringsFromString
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGetValuesFromString
Public methodInvokeGetArgument
Raises the GetArgument event.
Public methodInvokeGetHyperlink
Raises the GetHyperlink event.
Public methodInvokeGetListOfArguments
Raises the GetListOfArguments event.
Public methodInvokeGetListOfHyperlinks
Raises the GetListOfHyperlinks event.
Public methodInvokeGetListOfTags
Raises the GetListOfTags event.
Public methodInvokeGetListOfToolTips
Raises the GetListOfToolTips event.
Public methodInvokeGetListOfValues
Raises the GetListOfValues event.
Public methodInvokeGetTag
Raises the GetTag event.
Public methodInvokeGetTitle
Raises the GetTitle event.
Public methodInvokeGetToolTip
Raises the GetToolTip event.
Public methodInvokeGetValue
Raises the GetValue event.
Public methodInvokeNewAutoSeries
Protected methodIsPropertiesInitializedProtected (Inherited from StiService.)
Public methodIsPropertyPresent (Inherited from StiService.)
Public methodLoadFromJsonObject
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnGetArgument
Raises the GetArgument event.
Protected methodOnGetHyperlink
Raises the GetHyperlink event.
Protected methodOnGetListOfArguments
Raises the Arguments event.
Protected methodOnGetListOfHyperlinks
Raises the Hyperlinks event.
Protected methodOnGetListOfTags
Raises the GetListOfTags event.
Protected methodOnGetListOfToolTips
Raises the GetListOfToolTips event.
Protected methodOnGetListOfValues
Raises the values event.
Protected methodOnGetTag
Raises the GetTag event.
Protected methodOnGetTitle
Raises the GetTitle event.
Protected methodOnGetToolTip
Raises the GetToolTip event.
Protected methodOnGetValue
Raises the GetValue event.
Public methodPackService (Inherited from StiService.)
Public methodProcessSeriesBrushes
Public methodProcessSeriesColors
Public methodSaveToJsonObject
Public methodToString (Overrides ObjectToString.)
Top
Events
  NameDescription
Public eventGetArgument
Occurs when getting the property Argument.
Public eventGetHyperlink
Occurs when getting the Hyperlink for the series.
Public eventGetListOfArguments
Occurs when getting the list of arguments.
Public eventGetListOfHyperlinks
Occurs when getting the list of Hyperlinks.
Public eventGetListOfTags
Occurs when getting the list of Tags.
Public eventGetListOfToolTips
Occurs when getting the list of tooltips.
Public eventGetListOfValues
Occurs when getting the list of values.
Public eventGetTag
Occurs when getting the Tag for the series.
Public eventGetTitle
Occurs when getting the property Title.
Public eventGetToolTip
Occurs when getting the ToolTip for the series.
Public eventGetValue
Occurs when getting the property Value.
Public eventNewAutoSeries
Occurs when new auto series is created.
Top
See Also
Inheritance Hierarchy
SystemObject
  Stimulsoft.Base.ServicesStiService
    Stimulsoft.Report.ChartStiSeries
      Stimulsoft.Report.ChartStiBaseLineSeries
      Stimulsoft.Report.ChartStiCandlestickSeries
      Stimulsoft.Report.ChartStiClusteredColumnSeries
      Stimulsoft.Report.ChartStiFunnelSeries
      Stimulsoft.Report.ChartStiParetoSeries
      Stimulsoft.Report.ChartStiPictorialSeries
      Stimulsoft.Report.ChartStiPieSeries
      Stimulsoft.Report.ChartStiRadarSeries
      Stimulsoft.Report.ChartStiStackedBarSeries
      Stimulsoft.Report.ChartStiStackedBaseLineSeries
      Stimulsoft.Report.ChartStiStackedColumnSeries
      Stimulsoft.Report.ChartStiTreemapSeries