Table of Contents

Class ChartBoundary

Namespace
Hi.UiExtensions
Assembly
HiGeom.dll

Boundary of Chart

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.

public double Fixed { get; set; }

Property Value

double

LowerLimit

Gets or sets the lower limit of the chart boundary. Only applies when MainChartBoundaryEnum includes LowerLimit.

public double LowerLimit { get; set; }

Property Value

double

MainChartBoundaryEnum

Gets or sets the boundary enumeration that controls the chart's behavior.

public ChartBoundaryEnum MainChartBoundaryEnum { get; set; }

Property Value

ChartBoundaryEnum

UpperLimit

Gets or sets the upper limit of the chart boundary. Only applies when MainChartBoundaryEnum includes UpperLimit.

public double UpperLimit { get; set; }

Property Value

double

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.