Class DataVizCommonHelper
Inherited Members
Namespace: Syncfusion.Blazor.DataVizCommon
Assembly: Syncfusion.Blazor.dll
Syntax
public class DataVizCommonHelper
Constructors
DataVizCommonHelper()
Declaration
public DataVizCommonHelper()
Methods
PixelToNumber(string, Regex)
Declaration
public static double PixelToNumber(string size, Regex regex)
Parameters
| Type | Name | Description |
|---|---|---|
| string | size | |
| Regex | regex |
Returns
| Type |
|---|
| double |
StringToNumber(string, double)
Declaration
public static double StringToNumber(string size, double containerSize)
Parameters
| Type | Name | Description |
|---|---|---|
| string | size | |
| double | containerSize |
Returns
| Type |
|---|
| double |