Skip to main content

XtraChartsCollectionExtensions.Add Method

Name Parameters Description
Add(ChartTitleCollection, Action<ChartTitle>) static titlesCollection, titleAction Adds a new chart title configured using the specified method to the specified chart title collection.
Add(ConstantLineCollection, Action<ConstantLine>) static collection, constantLineAction Adds a new constant line configured using the specified method to the specified constant lines collection of an axis.
Add(CustomAxisLabelCollection, Action<CustomAxisLabel>) static collection, labelAction Adds a new custom axis label configured using the specified method to the specified custom axis labels collection of an axis.
Add(CustomLegendItemCollection, Action<CustomLegendItem>) static collection, itemAction Adds a new custom legend item configured using the specified method to the specified legend items collection of a legend.
Add(LegendCollection, Action<Legend>) static collection, legendAction Adds a new legend configured using the specified method to the specified legends collection of a chart.
Add(ScaleBreakCollection, Action<ScaleBreak>) static collection, scaleBreakAction Adds a new scale break configured using the specified method to the specified scale breaks collection of a legend.
Add(SecondaryAxisXCollection, Action<SecondaryAxisX>) static axisXCollection, axisAction Adds a new secondary X-axis configured using the specified method to the specified secondary X-axes collection of a XY-diagram.
Add(SecondaryAxisYCollection, Action<SecondaryAxisY>) static axisXCollection, axisAction Adds a new secondary Y-axis configured using the specified method to the specified secondary Y-axes collection of a XY-diagram.
Add(SeriesCollection, Action<Series>) static seriesCollection, seriesAction Adds a new series configured using the specified delegate to the specified series collection.
Add(SeriesPointFilterCollection, Action<SeriesPointFilter>) static collection, filterAction Adds a new series point filter configured using the specified method to the specified filters collection of a series.
Add(SeriesTitleCollection, Action<SeriesTitle>) static collection, titleAction Adds a new series title configured using the specified method to the specified titles collection of a series.
Add(StripCollection, Action<Strip>) static collection, stripAction Adds a new strip configured using the specified method to the specified strips collection of a legend.
Add(SwiftPlotDiagramSecondaryAxisXCollection, Action<SwiftPlotDiagramSecondaryAxisX>) static collection, axisAction Adds a new secondary X-axis configured using the specified method to the swift plot diagram’s secondary X-axes collection.
Add(SwiftPlotDiagramSecondaryAxisYCollection, Action<SwiftPlotDiagramSecondaryAxisY>) static collection, axisAction Adds a new secondary Y-axis configured using the specified method to the swift plot diagram’s secondary Y-axes collection.
Add(XYDiagramPaneCollection, Action<XYDiagramPane>) static collection, paneAction Adds a new pane configured using the specified method to the specified pane collection.