ASPxClientWebChartEmptyElement Class
Represents a base class for chart elements, which are not necessarily required to be present on the client side.
Declaration
declare class ASPxClientWebChartEmptyElement extends ASPxClientWebChartElement
Remarks
The ASPxClientWebChartEmptyElement class is the base for the non-required client-side chart elements. Unlike the ASPxClientWebChartRequiredElement class descendants, the non-required chart elements can be absent on the client side (e.g. if a chart has no legend to display, the ASPxClientLegend object isn’t accessible on the client side).
Usually, you don’t need to instantiate an object of the ASPxClientWebChartEmptyElement class. Use its descendants instead.
Inheritance
ASPxClientWebChartElement
ASPxClientWebChartEmptyElement
See Also