Click or drag to resize

StiChartStyle Class

Describes the class that contains a style for Chart components.
Inheritance Hierarchy

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public class StiChartStyle : StiBaseStyle

The StiChartStyle type exposes the following members.

Constructors
  NameDescription
Public methodStiChartStyle
Creates a new object of the type StiChartStyle.
Public methodStiChartStyle(String)
Creates a new object of the type StiChartStyle.
Public methodStiChartStyle(String, String)
Creates a new object of the type StiChartStyle.
Top
Properties
  NameDescription
Public propertyAllowUseBorderFormatting
Gets or sets a value which indicates whether a report engine can use Border formatting or not.
Public propertyAllowUseBorderSides
Gets or sets a value which indicates whether a report engine can use Border Sides or not.
Public propertyAllowUseBrush
Gets or sets a value which indicates whether a report engine can use Brush formatting or not.
Public propertyAxisLabelsColor
Public propertyAxisLineColor
Public propertyAxisTitleColor
Public propertyBasicStyleColor
Gets or sets a base color for drawing this style.
Public propertyBorder
Gets or sets a border of the component.
Public propertyBrush
Gets or sets a brush to fill the style.
Public propertyBrushType
Gets or sets a value which indicates which type of brush report engine will be used to draw this style.
Public propertyChartAreaBorderColor
Public propertyChartAreaBrush
Public propertyChartAreaShowShadow
Public propertyCollectionName
Gets or sets a name of the styles collection.
(Inherited from StiBaseStyle.)
Public propertyComponentId (Overrides StiBaseStyleComponentId.)
Public propertyConditions
Gets or sets a collection of the style conditions.
(Inherited from StiBaseStyle.)
Public propertyDashboardName
Gets or sets a style name.
(Inherited from StiBaseStyle.)
Public propertyDescription
Gets or sets a style description.
(Inherited from StiBaseStyle.)
Public propertyGridLinesHorColor
Public propertyGridLinesVertColor
Public propertyInterlacingHorBrush
Public propertyInterlacingVertBrush
Public propertyLegendBorderColor
Public propertyLegendBrush
Public propertyLegendLabelsColor
Public propertyLegendTitleColor
Public propertyMarkerVisible
Public propertyName
Gets or sets a style name.
(Inherited from StiBaseStyle.)
Public propertyProperties (Inherited from StiService.)
Public propertyPropName (Inherited from StiBaseStyle.)
Public propertySeriesLabelsBorderColor
Public propertySeriesLabelsBrush
Public propertySeriesLabelsColor
Public propertySeriesLabelsLineColor
Public propertySeriesLighting
Public propertySeriesShowShadow
Public propertyServiceCategory (Inherited from StiService.)
Public propertyServiceEnabled (Inherited from StiService.)
Public propertyServiceInfo (Inherited from StiService.)
Public propertyServiceName (Inherited from StiService.)
Public propertyServiceType
Gets a service type.
(Inherited from StiBaseStyle.)
Public propertyStyleColors
Gets or sets a list of colors which will be used for drawing chart series.
Public propertyTrendLineColor
Public propertyTrendLineShowShadow
Top
Methods
  NameDescription
Public methodClone (Overrides StiBaseStyleClone.)
Public methodDrawBox (Overrides StiBaseStyleDrawBox(Graphics, Rectangle, Boolean, Boolean).)
Public methodDrawStyle(Graphics, Rectangle, Boolean, Boolean) (Overrides StiBaseStyleDrawStyle(Graphics, Rectangle, Boolean, Boolean).)
Public methodDrawStyle(Graphics, Rectangle, DrawItemState, Boolean, Boolean)
Drawes the style on the specified graphics context.
(Inherited from StiBaseStyle.)
Public methodDrawStyleImage (Inherited from StiBaseStyle.)
Public methodEquals(Object) (Inherited from StiBaseStyle.)
Public methodEquals(Object, Boolean, Boolean) (Inherited from StiBaseStyle.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEvents (Inherited from StiBaseStyle.)
Public methodGetHashCode (Inherited from StiBaseStyle.)
Public methodGetProperties (Overrides StiBaseStyleGetProperties(IStiPropertyGrid, StiLevel).)
Public methodGetStyleFromComponent
Gets a style from the component.
(Overrides StiBaseStyleGetStyleFromComponent(StiComponent, StiStyleElements).)
Public methodGetStyleFromComponents
Gets a style from the components.
(Inherited from StiBaseStyle.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodIsPropertiesInitializedProtected (Inherited from StiService.)
Public methodIsPropertyPresent (Inherited from StiService.)
Public methodLoad(String)
Loads the style from a file.
(Inherited from StiBaseStyle.)
Public methodLoad(Stream)
Loads the style from the stream.
(Overrides StiBaseStyleLoad(Stream).)
Public methodLoadFromJsonObject (Overrides StiBaseStyleLoadFromJsonObject(JObject).)
Public methodLoadFromString
Loads the style from the string.
(Inherited from StiBaseStyle.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPackService (Inherited from StiService.)
Public methodSave(String)
Saves the style in the file.
(Inherited from StiBaseStyle.)
Public methodSave(Stream)
Saves the style in the stream.
(Overrides StiBaseStyleSave(Stream).)
Public methodSaveToJsonObject (Overrides StiBaseStyleSaveToJsonObject(StiJsonSaveMode).)
Public methodSaveToString
Saves the style to the string.
(Inherited from StiBaseStyle.)
Public methodSetStyleToComponent
Sets style to a component.
(Overrides StiBaseStyleSetStyleToComponent(StiComponent).)
Public methodToString
Returns string representation of the style.
(Inherited from StiBaseStyle.)
Top
See Also