Namespace: GF.Clients.Charts
Assembly: GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax
public delegate void CustomMinMaxEvent( Area Area, AxisType AxisType, ref double min, ref double max )
Parameters
- Area
- Type: GF.Clients.Charts.DetailsArea
- AxisType
- Type: GF.Clients.Charts.DetailsAxisType
- min
- Type: SystemDouble
- max
- Type: SystemDouble
See Also