ChartDerivedSeries.DerivedSeriesFormula Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Formula to apply to the data values from the source series.
public:
property Microsoft::ReportingServices::RdlObjectModel::ChartFormulas DerivedSeriesFormula { Microsoft::ReportingServices::RdlObjectModel::ChartFormulas get(); void set(Microsoft::ReportingServices::RdlObjectModel::ChartFormulas value); };
public Microsoft.ReportingServices.RdlObjectModel.ChartFormulas DerivedSeriesFormula { get; set; }
member this.DerivedSeriesFormula : Microsoft.ReportingServices.RdlObjectModel.ChartFormulas with get, set
Public Property DerivedSeriesFormula As ChartFormulas
Property Value
A ChartFormulas object.