Search Results for

    Show / Hide Table of Contents

    Class Chart

    Inheritance
    System.Object
    System.MarshalByRefObject
    System.ComponentModel.Component
    System.Windows.Forms.Control
    System.Windows.Forms.DataVisualization.Charting.Chart
    Chart
    Implements
    IChart
    Namespace: FastReport.Olap.Chart
    Assembly: FastReport.Olap.dll
    Syntax
    public class Chart : Chart, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, ISupportInitialize, IDisposable, IChart

    Constructors

    Chart()

    Declaration
    public Chart()

    Properties

    BaseAxisDataType

    Declaration
    public AxisDataType BaseAxisDataType { get; set; }
    Property Value
    Type Description
    AxisDataType

    CategoriesAxis

    Declaration
    public AxisRegion CategoriesAxis { get; set; }
    Property Value
    Type Description
    AxisRegion

    CategoriesFieldCount

    Declaration
    public int CategoriesFieldCount { get; set; }
    Property Value
    Type Description
    System.Int32

    ChartAreas

    Declaration
    [Browsable(false)]
    public ChartAreaCollection ChartAreas { get; }
    Property Value
    Type Description
    System.Windows.Forms.DataVisualization.Charting.ChartAreaCollection

    DataType

    Declaration
    public ChartDataType DataType { get; set; }
    Property Value
    Type Description
    ChartDataType

    Frozen

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

    Legends

    Declaration
    [Browsable(false)]
    public LegendCollection Legends { get; }
    Property Value
    Type Description
    System.Windows.Forms.DataVisualization.Charting.LegendCollection

    MarksShowStyle

    Declaration
    public MarksShowStyle MarksShowStyle { get; set; }
    Property Value
    Type Description
    MarksShowStyle

    MeasureFieldIndex

    Declaration
    public int MeasureFieldIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    SeriesAxis

    Declaration
    public AxisRegion SeriesAxis { get; set; }
    Property Value
    Type Description
    AxisRegion

    SeriesFieldCount

    Declaration
    public int SeriesFieldCount { get; set; }
    Property Value
    Type Description
    System.Int32

    SeriesType

    Declaration
    public SeriesType SeriesType { get; set; }
    Property Value
    Type Description
    SeriesType

    SkipNullPoints

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

    Slice

    Declaration
    public Slice Slice { get; set; }
    Property Value
    Type Description
    Slice

    Methods

    BeginUpdate()

    Declaration
    public void BeginUpdate()

    EndUpdate()

    Declaration
    public void EndUpdate()

    Load(XmlItem)

    Declaration
    public void Load(XmlItem item)
    Parameters
    Type Name Description
    XmlItem item

    Save(XmlItem)

    Declaration
    public void Save(XmlItem subItem)
    Parameters
    Type Name Description
    XmlItem subItem

    Events

    Change

    Declaration
    public event EventHandler Change
    Event Type
    Type Description
    System.EventHandler

    Implements

    IChart
    Back to top © 1998-2024 Copyright Fast Reports Inc.