Class RangeStyleInfo
Represents the class to define the style for QualitativeRange.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.BulletGraph
Assembly: Syncfusion.BulletGraph.Windows.dll
Syntax
public class RangeStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
RangeStyleInfo()
Initializes a new instance of the RangeStyleInfo class.
Declaration
public RangeStyleInfo()
RangeStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the RangeStyleInfo class.
Declaration
public RangeStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | StyleInfoIdentityBase to create an identity for RangeStyleInfo. |
RangeStyleInfo(StyleInfoSubObjectIdentity, BulletGraphStyleInfoStore)
Initializes a new instance of the RangeStyleInfo class.
Declaration
public RangeStyleInfo(StyleInfoSubObjectIdentity identity, BulletGraphStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | StyleInfoIdentityBase to create an identity for RangeStyleInfo. |
BulletGraphStyleInfoStore | store | A BulletGraphStyleInfoStore that holds data for this RangeStyleInfo. All changes in this style object will be saved in the BulletGraphStyleInfoStore object. |
RangeStyleInfo(BulletGraphStyleInfoStore)
Initializes a new instance of the RangeStyleInfo class.
Declaration
public RangeStyleInfo(BulletGraphStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
BulletGraphStyleInfoStore | store | A BulletGraphStyleInfoStore that holds data for this RangeStyleInfo. All changes in this style object will be saved in the BulletGraphStyleInfoStore object. |
RangeStyleInfo(RangeStyleInfo)
Initializes a new instance of the RangeStyleInfo class.
Declaration
public RangeStyleInfo(RangeStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
RangeStyleInfo | style | The style object that contains the original data. |
Properties
DefaultStyle
Gets the default style value for the RangeStyleInfo.
Declaration
public static RangeStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
RangeStyleInfo |
RangeColor
Gets or sets the range color value of the QualitativeRange.
Declaration
public Color RangeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Store
Gets the BulletGraphStyleInfoStore object that holds all the data for this style object.
Declaration
public BulletGraphStyleInfoStore Store { get; }
Property Value
Type |
---|
BulletGraphStyleInfoStore |
Methods
CreateSubObjectIdentity(StyleInfoProperty)
Overridden to create a product-specific identity object for the sub object.
Declaration
public override StyleInfoSubObjectIdentity CreateSubObjectIdentity(StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoProperty | sip | StyleInfoProperty descriptor for this sub object. |
Returns
Type | Description |
---|---|
StyleInfoSubObjectIdentity | Identity for the sub object. |
Overrides
GetDefaultStyle()
Gets the default style value of the RangeStyleInfo class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |
Overrides
MakeCopy(StyleInfoBase, StyleInfoProperty)
Makes an exact copy of the current object.
Declaration
public override IStyleInfoSubObject MakeCopy(StyleInfoBase newOwner, StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoBase | newOwner | The new owner style object for the copied object. |
StyleInfoProperty | sip | The identifier for this object. |
Returns
Type | Description |
---|---|
IStyleInfoSubObject | A copy of the current object registered with the new owner style object. |