Class IBarProperties
Inheritance
System.Object
IBarProperties
Implements
System.IEquatable<IBarProperties>
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class IBarProperties : Object, IEquatable<IBarProperties>
Constructors
IBarProperties()
Declaration
public IBarProperties()
Properties
Color
Defines the qualitative ranges
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
End
Defines class values
Declaration
public double End { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Index
Defines the end values of the ranges
Declaration
public double Index { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Name
Defines the end values of the ranges
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Opacity
Defines the index value of the range
Declaration
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Shape
Defines the end values of the ranges
Declaration
public LegendShape Shape { get; set; }
Property Value
Type | Description |
---|---|
LegendShape |
Methods
Equals(IBarProperties)
Returns boolean value by comparing iBarProperties
Declaration
public bool Equals(IBarProperties iBarProperties)
Parameters
Type | Name | Description |
---|---|---|
IBarProperties | iBarProperties |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>