Table of Contents

Interface IDataBar

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface IDataBar

Properties

BarColor

Color BarColor { get; set; }

Property Value

Color

MaxPoint

IConditionValue MaxPoint { get; }

Property Value

IConditionValue

MinPoint

IConditionValue MinPoint { get; }

Property Value

IConditionValue

PercentMax

int PercentMax { get; set; }

Property Value

int

PercentMin

int PercentMin { get; set; }

Property Value

int

ShowValue

bool ShowValue { get; set; }

Property Value

bool