Interface IRangeAxis<T>
Inteface implementation for IRangeAxis
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public interface IRangeAxis<T>
where T : IComparable
Type Parameters
Name |
---|
T |
Properties
Maximum
Gets or sets Maximum property
Declaration
T Maximum { get; set; }
Property Value
Type |
---|
T |
Minimum
Gets or sets Minimum property
Declaration
T Minimum { get; set; }
Property Value
Type |
---|
T |