[]
DEMOS
DOC
API
SAMPLES
DOWNLOAD
dotnet-standard-api
C1.Chart Assembly
C1.Chart
Interfaces
IAxisGroupProvider
Methods
GetRanges
dotnet-standard-api
C1.Chart Assembly
C1.Chart
Classes
Enums
Interfaces
IAxisGroupHeaderProvider
IAxisGroupProvider
Methods
GetLevels
GetRanges
IDistributionSeries
IErrorBar
IFunction
IHistogramSeries
INormalCurve
IRange
IRangedHistogramSeries
IRenderEngine
ITreeMap
C1.Chart.Annotation
C1.Chart.Serialization
C1.Chart.Standard
dotnet-framework-api
dotnet-api
(Showing Draft Content)
C1.Chart.IAxisGroupProvider.GetRanges
GetRanges Method
GetRanges(IRange, int)
Gets the list of ranges.
Declaration
IList<IRange> GetRanges(IRange range, int level)
Parameters
Type
Name
Description
IRange
range
int
level
Returns
Type
Description
IList
<
IRange
>