WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartAppearanceSettings - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartAppearanceSettings

    Represents the appearance settings in the current report for the OLAP Chart control.

    Inheritance
    System.Object
    ChartAppearanceSettings
    Implements
    ICloneable<ChartAppearanceSettings>
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Olap.Reports
    Assembly: Syncfusion.Olap.Base.dll
    Syntax
    public class ChartAppearanceSettings : ICloneable<ChartAppearanceSettings>

    Constructors

    ChartAppearanceSettings()

    Initializes a new instance of the ChartAppearanceSettings class.

    Declaration
    public ChartAppearanceSettings()

    Properties

    AreaBackground

    Gets or sets the area background.

    Declaration
    public Color AreaBackground { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    The area background.

    AreaBackgroundHtml

    Gets or sets the area background as HTML.

    Declaration
    public string AreaBackgroundHtml { get; set; }
    Property Value
    Type Description
    System.String

    The area background as HTML.

    BorderColor

    Gets or sets the color of the border.

    Declaration
    public Color BorderColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    The color of the border.

    BorderColorHtml

    Gets or sets the border color as HTML.

    Declaration
    public string BorderColorHtml { get; set; }
    Property Value
    Type Description
    System.String

    The border color as HTML.

    ChartBackground

    Gets or sets the chart background.

    Declaration
    public Color ChartBackground { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    The chart background.

    ChartBackgroundHtml

    Gets or sets the chart background as HTML.

    Declaration
    public string ChartBackgroundHtml { get; set; }
    Property Value
    Type Description
    System.String

    The chart background as HTML.

    ChartColorPalette

    Gets or sets the chart color palette.

    Declaration
    public string ChartColorPalette { get; set; }
    Property Value
    Type Description
    System.String

    The chart color palette.

    ChartDockLegendPosition

    Gets or sets the chart dock legend position.

    Declaration
    public string ChartDockLegendPosition { get; set; }
    Property Value
    Type Description
    System.String

    The chart dock legend position.

    ChartType

    Gets or sets the type of the chart.

    Declaration
    public string ChartType { get; set; }
    Property Value
    Type Description
    System.String

    The type of the chart.

    DataPointValue

    Gets or sets a value indicating whether the check box of legend item is visible.

    Declaration
    public bool DataPointValue { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the check box of legend item is visible; otherwise, false.

    Enable3D

    Gets or sets a value indicating whether to enable 3D in Chart. (Applicable for OlapClient and OlapChart Asp.Net Only)

    Declaration
    public bool Enable3D { get; set; }
    Property Value
    Type Description
    System.Boolean

    ExpanderVisibility

    Gets or sets a value indicating whether the expanders are visible.

    Declaration
    public bool ExpanderVisibility { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the expanders are visible; otherwise, false.

    GradientAngle

    Gets or sets the gradient angle.

    Declaration
    public double GradientAngle { get; set; }
    Property Value
    Type Description
    System.Double

    The gradient angle.

    InteriorBackground

    Gets or sets the interior background.

    Declaration
    public Color InteriorBackground { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    The interior background.

    InteriorBackgroundHtml

    Gets or sets the interior background as HTML.

    Declaration
    public string InteriorBackgroundHtml { get; set; }
    Property Value
    Type Description
    System.String

    The interior background as HTML.

    IsCircleSymbol

    Gets or sets a value indicating whether the symbol is circle.

    Declaration
    public bool IsCircleSymbol { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the symbol is circle; otherwise, false.

    IsLabelTemplate1

    Gets or sets a value indicating whether the label is applied with LabelTemplate1.

    Declaration
    public bool IsLabelTemplate1 { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the label is applied with LabelTemplate1; otherwise, false.

    IsLabelTemplate2

    Gets or sets a value indicating whether the label is applied with LabelTemplate2.

    Declaration
    public bool IsLabelTemplate2 { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the label is applied with LabelTemplate2; otherwise, false.

    IsLabelTemplate3

    Gets or sets a value indicating whether the label is applied with LabelTemplate3.

    Declaration
    public bool IsLabelTemplate3 { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the label is applied with LabelTemplate3; otherwise, false.

    IsRectangleSymbol

    Gets or sets a value indicating whether the symbol is rectangle.

    Declaration
    public bool IsRectangleSymbol { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the symbol is rectangle; otherwise, false.

    IsSeriesName

    Gets or sets a value indicating whether this instance is series name.

    Declaration
    public bool IsSeriesName { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is series name; otherwise, false.

    IsTriangleSymbol

    Gets or sets a value indicating whether the symbol is triangle.

    Declaration
    public bool IsTriangleSymbol { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the symbol is triangle; otherwise, false.

    IsXValues

    Gets or sets a value indicating whether the adornment labels are represented with X values of data point.

    Declaration
    public bool IsXValues { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the adornment labels are represented with X values; otherwise, false.

    IsYValues

    Gets or sets a value indicating whether the adornment labels are represented with X values of data point.

    Declaration
    public bool IsYValues { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the adornment labels are represented with X values; otherwise, false.

    LabelsVisibility

    Gets or sets a value indicating whether the adornment labels are visible.

    Declaration
    public bool LabelsVisibility { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the adornment labels are visible; otherwise, false.

    LegendCheckBoxVisibility

    Gets or sets a value indicating whether the check boxes of legend items are visible.

    Declaration
    public bool LegendCheckBoxVisibility { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the check boxes of legend items are visible; otherwise, false.

    LegendSymbol

    Gets or sets the legend representation.

    Declaration
    public string LegendSymbol { get; set; }
    Property Value
    Type Description
    System.String

    The legend representation.

    LegendVisibility

    Gets or sets a value indicating whether [legend visibility].

    Declaration
    public bool LegendVisibility { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [legend visibility]; otherwise, false.

    ShowHorizontalGridLines

    Gets or sets value indicating whether to enable horizontal grid lines in the chart.

    Declaration
    public bool ShowHorizontalGridLines { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowVerticalGridLines

    Gets or sets value indicating whether to enable vertical grid lines in the chart.

    Declaration
    public bool ShowVerticalGridLines { get; set; }
    Property Value
    Type Description
    System.Boolean

    StrokeThickness

    Gets or sets the stroke thickness.

    Declaration
    public double StrokeThickness { get; set; }
    Property Value
    Type Description
    System.Double

    The stroke thickness.

    SymbolRepresentation

    Gets or sets the legend representation.

    Declaration
    public string SymbolRepresentation { get; set; }
    Property Value
    Type Description
    System.String

    The legend representation.

    SymbolsVisibility

    Gets or sets a value indicating whether the symbols are visible.

    Declaration
    public bool SymbolsVisibility { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the symbols are visible; otherwise, false.

    TemplateVisibility

    Gets or sets a value indicating whether the template is visible.

    Declaration
    public bool TemplateVisibility { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the template is visible; otherwise, false.

    XAxisFontFace

    Gets or sets the font face of X axis' labels.

    Declaration
    public string XAxisFontFace { get; set; }
    Property Value
    Type Description
    System.String

    The font face of X axis' labels.

    XAxisForeGround

    Gets or sets the foreground of X axis.

    Declaration
    public Color XAxisForeGround { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    The foreground of X axis.

    XAxisForeGroundHtml

    Gets or sets the foreground of X axis as HTML.

    Declaration
    public string XAxisForeGroundHtml { get; set; }
    Property Value
    Type Description
    System.String

    The foreground of X axis as HTML.

    XLabelFontWeight

    Gets or sets the font weight of X axis' labels.

    Declaration
    public string XLabelFontWeight { get; set; }
    Property Value
    Type Description
    System.String

    The font weight of X axis' labels.

    YAxisFontFace

    Gets or sets the font weight of Y axis' labels.

    Declaration
    public string YAxisFontFace { get; set; }
    Property Value
    Type Description
    System.String

    The font weight of Y axis' labels.

    YAxisForeGround

    Gets or sets the fore ground of Y axis.

    Declaration
    public Color YAxisForeGround { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    The fore ground of Y axis.

    YAxisForeGroundHtml

    Gets or sets the fore ground of Y axis as HTML.

    Declaration
    public string YAxisForeGroundHtml { get; set; }
    Property Value
    Type Description
    System.String

    The fore ground of Y axis as HTML.

    YLabelFontWeight

    Gets or sets the font weight of Y axis' labels.

    Declaration
    public string YLabelFontWeight { get; set; }
    Property Value
    Type Description
    System.String

    The font weight of Y axis' labels.

    Methods

    Clone()

    Clones this instance.

    Declaration
    public ChartAppearanceSettings Clone()
    Returns
    Type Description
    ChartAppearanceSettings

    A copy of this instance.

    Implements

    ICloneable<T>
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved