ASPxClientWebChartRequiredElement Class
Represents a base class for chart elements, which are required to be present on the client side.
Declaration
declare class ASPxClientWebChartRequiredElement extends ASPxClientWebChartElement
Remarks
The ASPxClientWebChartRequiredElement class is the base for the required client-side chart elements. Unlike the ASPxClientWebChartEmptyElement class descendants, the required chart elements are always accessible on the client side.
Usually, you don’t need to instantiate an object of the ASPxClientWebChartRequiredElement class. Use its descendants instead.
Inheritance
See Also