Class PeriodsModel
Interface for a class Periods
Inheritance
System.Object
PeriodsModel
Implements
System.IEquatable<PeriodsModel>
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class PeriodsModel : Object, IEquatable<PeriodsModel>
Constructors
PeriodsModel()
Declaration
public PeriodsModel()
Properties
Interval
Count value for the button
Declaration
public double Interval { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
IntervalType
IntervalType of button
Declaration
public RangeIntervalType IntervalType { get; set; }
Property Value
Type | Description |
---|---|
RangeIntervalType |
Selected
To select the default period
Declaration
public bool Selected { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Text
Text to be displayed on the button
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Equals(PeriodsModel)
Returns a boolean by comparing with periodsModel
Declaration
public bool Equals(PeriodsModel periodsModel)
Parameters
Type | Name | Description |
---|---|---|
PeriodsModel | periodsModel |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>