LogarithmicYAxisFloatSelectRegion Method
Selects a region specified by its name.
Namespace: BeeMobile.LineChartAssembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
public override bool SelectRegion(
string Name
)
Public Overrides Function SelectRegion (
Name As String
) As Boolean
- Name String
- A String representing the name of the region
to be selected.
BooleanTrue if successful;
false otherwise.