UWP

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

    Show / Hide Table of Contents

    Class ChartAppearanceSettings

    Represents the Chart Appearance settings.

    Inheritance
    System.Object
    ChartAppearanceSettings
    Namespace: Syncfusion.Olap.UWP.Reports
    Assembly: Syncfusion.Olap.UWP.dll
    Syntax
    public class ChartAppearanceSettings : Object

    Constructors

    ChartAppearanceSettings()

    Initializes a new instance of the ChartAppearanceSettings class.

    Declaration
    public ChartAppearanceSettings()

    Properties

    ChartColorPalette

    Gets or sets the chart color palette.

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

    The chart color palette.

    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.

    LegendDockPosition

    Gets or sets the legend dock position.

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

    The legend dock position.

    ShowLegend

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

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

    true if [show legend]; otherwise, false.

    ShowLegendCheckbox

    Gets or sets a value indicating whether [show legend checkbox].

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

    true if [show legend checkbox]; otherwise, false.

    ShowLegendIcon

    Gets or sets a value indicating whether [show legend icon].

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

    true if [show legend icon]; otherwise, false.

    ShowProcessingBar

    Gets or sets a value indicating whether [show processing bar].

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

    true if [show processing bar]; otherwise, false.

    ShowSeriesTooltip

    Gets or sets a value indicating whether [show series tooltip].

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

    true if [show series tooltip]; otherwise, false.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved