Class ChartAxisRange
Inheritance
Inherited Members
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public class ChartAxisRange
Properties
BreakAmount
Specifies the minimal ratio of differences between Y values. If this value is 0.25, that means the axis will be broken if more a quarter of the chart space is empty.
Declaration
public double BreakAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The break amount. |
Remarks
The value range is form 0.0 to 1.0.
BreaksMode
Gets or sets the break mode to calculate range between the axes.
Declaration
public ChartBreaksMode BreaksMode { get; set; }
Property Value
Type | Description |
---|---|
ChartBreaksMode | The mode. |
IsEmpty
Gets a value indicating whether this instance is empty.
Declaration
public bool IsEmpty { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
Clear()
Clears this instance.
Declaration
public void Clear()
CoefficientToValue(Double)
Coefficients to value.
Declaration
public double CoefficientToValue(double coefficient)
Parameters
Type | Name | Description |
---|---|---|
System.Double | coefficient |
Returns
Type |
---|
System.Double |
CoeficientToValue(Double)
Coefficients to value.
Declaration
[Obsolete("Use CoefficientToValue")]
public double CoeficientToValue(double coefficient)
Parameters
Type | Name | Description |
---|---|---|
System.Double | coefficient |
Returns
Type |
---|
System.Double |
Compute(ChartSeriesCollection)
Computes the breaks by specified series.
Declaration
public void Compute(ChartSeriesCollection series)
Parameters
Type | Name | Description |
---|---|---|
ChartSeriesCollection | series | The series. |
Exclude(DoubleRange)
Excludes the specified range.
Declaration
public void Exclude(DoubleRange range)
Parameters
Type | Name | Description |
---|---|---|
DoubleRange | range | The range. |
IsVisible(Double)
Determines whether the specified value is visible.
Declaration
public bool IsVisible(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value | The value. |
Returns
Type | Description |
---|---|
System.Boolean |
|
Union(DoubleRange)
Unions the specified range.
Declaration
public void Union(DoubleRange range)
Parameters
Type | Name | Description |
---|---|---|
DoubleRange | range | The range. |
ValueToCoefficient(Double)
Values to coefficient.
Declaration
public double ValueToCoefficient(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value | The value. |
Returns
Type |
---|
System.Double |
ValueToCoeficient(Double)
Values to coefficient.
Declaration
[Obsolete("Use ValueToCoefficient")]
public double ValueToCoeficient(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value | The value. |
Returns
Type |
---|
System.Double |
Events
Changed
An event that is triggered when appearance is changed.
Declaration
public event EventHandler Changed
Event Type
Type |
---|
System.EventHandler |