Class ChartBoundary
- Namespace
- Hi.UiExtensions
- Assembly
- HiGeom.dll
Boundary of Chart
[BsonIgnoreExtraElements]
public class ChartBoundary
- Inheritance
-
ChartBoundary
- Inherited Members
- Extension Methods
Properties
Fixed
Gets or sets the fixed value for the chart boundary. Only applies when MainChartBoundaryEnum includes Fixed.
[BsonElement]
public double Fixed { get; set; }
Property Value
LowerLimit
Gets or sets the lower limit of the chart boundary. Only applies when MainChartBoundaryEnum includes LowerLimit.
[BsonElement]
public double LowerLimit { get; set; }
Property Value
MainChartBoundaryEnum
Gets or sets the boundary enumeration that controls the chart's behavior.
[BsonElement]
public ChartBoundaryEnum MainChartBoundaryEnum { get; set; }
Property Value
UpperLimit
Gets or sets the upper limit of the chart boundary. Only applies when MainChartBoundaryEnum includes UpperLimit.
[BsonElement]
public double UpperLimit { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.