ChartSeriesInstance Class

 

Updated: February 25, 2016

Represents an instance type of the ChartSeries class and contains the calculated values of the properties in ChartSeries.

Namespace:   Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

System::Object
  Microsoft.ReportingServices.OnDemandReportRendering::BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering::ChartSeriesInstance

public ref class ChartSeriesInstance sealed : BaseInstance

NameDescription
System_CAPS_pubpropertyCategoryAxisName

Gets the calculated value of the CategoryAxisName property in a ChartSeries class.

System_CAPS_pubpropertyChartAreaName

Gets the calculated value of the ChartAreaName property in a ChartSeries class.

System_CAPS_pubpropertyHidden

Gets the calculated value of the Hidden property in a ChartSeries class.

System_CAPS_pubpropertyLegendName

Gets the calculated value of the LegendName property in a ChartSeries class.

System_CAPS_pubpropertyStyle

Gets the calculated value of the Style property in a ChartSeries class.

System_CAPS_pubpropertySubtype

Gets the calculated value of the Subtype property in a ChartSeries class.

System_CAPS_pubpropertyType

Gets the calculated value of the Type property in a ChartSeries class.

System_CAPS_pubpropertyValueAxisName

Gets the calculated value of the ValueAxisName property in a ChartSeries class.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: