[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.AxisBase.CheckPropertiesValidityImpl

CheckPropertiesValidityImpl Method

CheckPropertiesValidityImpl(ISharpGraph)

This method should be overriden if item should check inter-property dependencies. By default it does nothing Method should throw ArgumentException if it encounters errors

Declaration
protected override void CheckPropertiesValidityImpl(ISharpGraph control)
Parameters
Type Name Description
ISharpGraph control
Overrides