Class ChartBaseStyleInfo
BaseStyles are styles that are used to uniformly affect an arbitrary set of styles that they are applied to. BaseStyles are applied to a style by associating them with a style using its BaseStyle property (BaseStyle).
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public class ChartBaseStyleInfo : ChartStyleInfo, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable
Constructors
ChartBaseStyleInfo(String)
Initializes a new instance of the ChartBaseStyleInfo class.
Declaration
public ChartBaseStyleInfo(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of this base style. |
Properties
BaseStylesMap
Gets ChartBaseStylesMap object. Base styles are registered with and managed by a ChartBaseStylesMap object at the chart level.
Declaration
public ChartBaseStylesMap BaseStylesMap { get; }
Property Value
Type | Description |
---|---|
ChartBaseStylesMap | The base styles map. |
HasName
Gets a value indicating whether this instance has name.
Declaration
public bool HasName { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
HasSystem
Gets a value indicating whether this instance has local value of System property.
Declaration
public bool HasSystem { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Name
Gets or sets the name for this base style object.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
System
Indicates whether this base style is a system registered base style. System registered base styles are preregistered by the charting style system and are needed for the proper functioning of Essential Chart.
Declaration
public bool System { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|