[This is preliminary documentation and is subject to change.]
Namespace: NFX.WinForms.Controls.ChartKit.TemporalAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public void SetMinMaxScale(
float min,
float max,
bool update
)
public void SetMinMaxScale(
float min,
float max,
bool update
)
Public Sub SetMinMaxScale (
min As Single,
max As Single,
update As Boolean
)
Public Sub SetMinMaxScale (
min As Single,
max As Single,
update As Boolean
)
public:
void SetMinMaxScale(
float min,
float max,
bool update
)
public:
void SetMinMaxScale(
float min,
float max,
bool update
)
member SetMinMaxScale :
min : float32 *
max : float32 *
update : bool -> unit
member SetMinMaxScale :
min : float32 *
max : float32 *
update : bool -> unit