LogScale
public class LogScale : ScaleLogarithmic scale for exponential data.
Constructors
Section titled “Constructors”
LogScale(float, float, float, float)
Section titled “LogScale(float, float, float, float)”public LogScale(float domainMin = 1, float domainMax = 100, float rangeMin = 0, float rangeMax = 1)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
domainMin |
System.Single | |
domainMax |
System.Single | |
rangeMin |
System.Single | |
rangeMax |
System.Single |
Methods
Section titled “Methods”
SetBase(float)
Section titled “SetBase(float)”public LogScale SetBase(float logBase)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
logBase |
System.Single |
Returns
ChartGuru.LogScale — No return description is available.
Map(float)
Section titled “Map(float)”public override float Map(float value)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
value |
System.Single |
Returns
System.Single — No return description is available.
Invert(float)
Section titled “Invert(float)”public override float Invert(float position)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
position |
System.Single |
Returns
System.Single — No return description is available.
GenerateTicks(int)
Section titled “GenerateTicks(int)”public override float[] GenerateTicks(int count)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
count |
System.Int32 |
Returns
System.Single[] — No return description is available.