Table of Contents

Class SliceSettings

Namespace: FastReport.Olap.Utils
Assembly: FastCube.Core.dll

Settings for slice.

public class SliceSettings

Inheritance

objectSliceSettings

Properties

AxisFieldSettings

Gets or sets axis field settings.

public AxisFieldSettings AxisFieldSettings { get; set; }

Property Value

AxisFieldSettings

XAxisSettings

Gets or sets x axis settings.

public AxisSettings XAxisSettings { get; set; }

Property Value

AxisSettings

YAxisSettings

Gets or sets y axis settings.

public AxisSettings YAxisSettings { get; set; }

Property Value

AxisSettings

Methods

SetDefaults()

Resets settings.

public void SetDefaults()