Class QuantitativeScaleSettings
Inherited Members
Namespace: Syncfusion.JavaScript.DataVisualization.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class QuantitativeScaleSettings : EJTagHelper
Constructors
QuantitativeScaleSettings()
Declaration
public QuantitativeScaleSettings()
Properties
ComparativeMeasureSettings
Gets or sets the ComparativeMeasureSettings
Declaration
[JsonProperty("comparativeMeasureSettings")]
public ComparativeMeasureSettings ComparativeMeasureSettings { get; set; }
Property Value
Type | Description |
---|---|
ComparativeMeasureSettings |
Remarks
Contains property to customize the comparative measure.
FeaturedMeasureSettings
Gets or sets the FeaturedMeasureSettings
Declaration
[JsonProperty("featuredMeasureSettings")]
public FeaturedMeasureSettings FeaturedMeasureSettings { get; set; }
Property Value
Type | Description |
---|---|
FeaturedMeasureSettings |
Remarks
Contains property to customize the featured measure.
FeatureMeasures
Gets or sets the FeatureMeasures
Declaration
[JsonProperty("featureMeasures")]
public List<FeatureMeasures> FeatureMeasures { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<FeatureMeasures> |
Remarks
Contains property to customize the featured measure.
Interval
Gets or sets the Interval value of scale
Declaration
[JsonProperty("interval")]
public double Interval { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Specifies the interval for the Graph.
LabelSettings
Gets or sets the LabelSettings
Declaration
[JsonProperty("labelSettings")]
public BulletLabels LabelSettings { get; set; }
Property Value
Type | Description |
---|---|
BulletLabels |
Remarks
Contains property to customize the labels.
Location
Gets or sets the Location of scale
Declaration
[JsonProperty("location")]
public BulletLocation Location { get; set; }
Property Value
Type | Description |
---|---|
BulletLocation |
Remarks
Contains property to customize the position of the quantitative scale
MajorTickSettings
Gets or sets the MajorTickSettings
Declaration
[JsonProperty("majorTickSettings")]
public MajorTickSettings MajorTickSettings { get; set; }
Property Value
Type | Description |
---|---|
MajorTickSettings |
Remarks
Contains property to customize the major tick lines.
Maximum
Gets or sets the Maximum value of scale
Declaration
[JsonProperty("maximum")]
public double Maximum { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Specifies the maximum value of the Graph.
Minimum
Gets or sets the Minimum value of scale
Declaration
[JsonProperty("minimum")]
public double Minimum { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Specifies the minimum value of the Graph.
MinorTickSettings
Gets or sets the MinorTickSettings
Declaration
[JsonProperty("minorTickSettings")]
public MinorTickSettings MinorTickSettings { get; set; }
Property Value
Type | Description |
---|---|
MinorTickSettings |
Remarks
Contains property to customize the minor ticks.
MinorTicksPerInterval
Gets or sets the MinorTicksPerInterval value of scale
Declaration
[JsonProperty("minorTicksPerInterval")]
public int MinorTicksPerInterval { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remarks
The specified number of minor ticks will be rendered per interval.
TickPlacement
Gets or sets the TickPlacement in scale
Declaration
[JsonProperty("tickPlacement")]
[JsonConverter(typeof(StringEnumConverter))]
public BulletTickPlacement TickPlacement { get; set; }
Property Value
Type | Description |
---|---|
BulletTickPlacement |
Remarks
Specifies the placement of ticks to render either inside or outside the scale.
TickPosition
Gets or sets the TickPosition in scale
Declaration
[JsonProperty("tickPosition")]
[JsonConverter(typeof(StringEnumConverter))]
public TickPosition TickPosition { get; set; }
Property Value
Type | Description |
---|---|
TickPosition |
Remarks
Specifies the position of the ticks to render either above, below or inside the graph.
Methods
ShouldSerializeComparativeMeasureSettings()
Declaration
public bool ShouldSerializeComparativeMeasureSettings()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeFeaturedMeasureSettings()
Declaration
public bool ShouldSerializeFeaturedMeasureSettings()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeFeatureMeasures()
Declaration
public bool ShouldSerializeFeatureMeasures()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeLabels()
Declaration
public bool ShouldSerializeLabels()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeLocation()
Declaration
public bool ShouldSerializeLocation()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeMajorTickSettings()
Declaration
public bool ShouldSerializeMajorTickSettings()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeMinorTickSettings()
Declaration
public bool ShouldSerializeMinorTickSettings()
Returns
Type | Description |
---|---|
System.Boolean |