Search Results for

    Show / Hide Table of Contents

    TChartSeriesOptions Class

    Options for the whole series or for a data point inside it.

    Syntax

    Unit: FlexCel.Core

    TChartSeriesOptions = class(TFlexCelObject);

    Constructors

    Name Description
    CreateWithClones Creates a new instance of ChartSeriesOptions. Objects will be cloned, so you can change their values later and they will not Use this call only if all objects are owned by others and you will free them independently. As this class will clone the objects, it will free the cloned objects, and the original objects will leak if you don't free them on their own.
    IF you want this class to take ownership of the objects you pass to it, use CreateNoClone change the value on this class.

    Methods

    Name Description
    CreateNoClone Creates a new instance of ChartSeriesOptions. Objects will not be cloned, and this class will take ownership of them.
    Use this call only if all objects are temporary variables which should be freed later by this class.
    Clone Returns a deep copy of this object.

    Properties

    Name Description
    PointNumber Point number where this options apply. -1 means that the options apply for the whole series.
    FillOptions Fill options for the series or point.
    LineOptions Line options for the series or point.
    PieOptions If the chart type is pie, options for the pie. If it is not a pie chart, this value has no meaning.
    MarkerOptions Color and shape of the markers on Line and Scatter charts.
    MiscOptions Other options not related to the specific parts.
    XlsxMode If true, the chart was created by an xlsx-capable Excel version (2007 or newer) and so has different defaults.
    For example, it will have different automatic colors for the series.
    In This Article
    Back to top FlexCel Studio for VCL and FireMonkey v7.24
    © 2002 - 2025 tmssoftware.com