'Declaration Public MustInherit Class _BaseCartesianSeriesView (Of TOwnerView As ICartesianGroupView, TPointView As ICartesianPointView) Inherits GrapeCity.DataVisualization.Chart._BaseSeriesView(Of TOwnerView,TPointView,ICartesianSeriesDataModel) Implements ICartesianSeriesModel, ICartesianSeriesView, IHoverView, IIdentityView, IModel, IQueryInterface, ISelectingView, ISeriesConfig, ISeriesModel, ISeriesView, IShapeModel, ISupportConditionalFormattingRuleView, IView, IViewModel
public abstract class _BaseCartesianSeriesView<TOwnerView,TPointView> : GrapeCity.DataVisualization.Chart._BaseSeriesView<TOwnerView,TPointView,ICartesianSeriesDataModel>, ICartesianSeriesModel, ICartesianSeriesView, IHoverView, IIdentityView, IModel, IQueryInterface, ISelectingView, ISeriesConfig, ISeriesModel, ISeriesView, IShapeModel, ISupportConditionalFormattingRuleView, IView, IViewModel where TOwnerView: ICartesianGroupView where TPointView: ICartesianPointView