ColorScale module
- class ColorScale.ColorScale
Bases:
SpireObject- <summary>
The color scale condition in the conditional format
</summary>
- AddCriteria
- property MaxColor: Color
- <summary>
Get or set the max value object’s corresponding color.
</summary>
- property MaxValue: IConditionValue
- <summary>
Get or set this ColorScale’s max value object.
</summary>
- property MidColor: Color
- <summary>
Get or set the mid value object’s corresponding color.
</summary>
- property MidValue: IConditionValue
- <summary>
Get or set this ColorScale’s mid value object.
</summary>
- property MinColor: Color
- <summary>
Get or set the min value object’s corresponding color.
</summary>
- property MinValue: IConditionValue
- <summary>
Get or set this ColorScale’s min value object.
</summary>
- SetConditionCount(count: int)
- <summary>
Sets number of objects in the collection.
</summary> <param name=”count”></param>